Packages/winclada/PKGBUILD
starsareintherose ec33d4049c add winclada
2021-08-23 01:05:31 +08:00

26 lines
929 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Maintainer: Malacology <guoyizhang at malacology dot com>
# Contributor: Malacology <guoyizhang at malacology dot com>
pkgname=winclada
pkgver=1.6.1
pkgrel=1
pkgdesc="WincladaASADO"
arch=('x86_64')
url="http://www.diversityoflife.org/winclada/"
license=('custom')
depends=(
'wine'
'wine_gecko'
'wine-mono'
'nona'
)
source=("http://www.diversityoflife.org/winclada/Winclad.exe" "winclada.desktop" "winclada.png")
sha256sums=('4c6647c3ca56a57a74ab508feb71755f0ffdf7204b148e326397953ac8d32a6b'
'09b52775bc0ee2693e586f2603b44977278269fd671be5fac7db1621f4c88a8b'
'3308a84fdc339350dde47a03ad502ca6d8a6d573bb3e5695c0c964ba72761279')
package() {
install -Dm755 ${srcdir}/Winclad.exe ${pkgdir}/usr/share/winclada/Winclada.exe
install -Dm755 ${srcdir}/winclada.png ${pkgdir}/usr/share/winclada/winclada.png
install -Dm755 ${srcdir}/winclada.desktop ${pkgdir}/usr/share/applications/winclada.desktop
}