community/gendesk to 1.0.8-1

This commit is contained in:
Kevin Mihelich 2021-02-21 19:53:22 +00:00
parent e3b468baef
commit bd64ac5b31

View file

@ -4,19 +4,18 @@
# - !strip option, stripped binary fails under ARM
pkgname=gendesk
pkgver=1.0.6
pkgver=1.0.8
pkgrel=1
pkgdesc='Utility for generating desktop files'
arch=(x86_64)
url='https://gendesk.roboticoverlords.org/'
license=(MIT)
makedepends=(go)
depends=(glibc)
options=('!strip')
source=("https://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
'https://roboticoverlords.org/images/default.png')
validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
sha256sums=('8d019fab36c88f40d5983fee4ee5a76eab612043d52d8a120368d381ff450be1'
sha256sums=('f2dc48b170f83af77518e464a21fac0ddec4f772e996d19c71dcdfd411240387'
'SKIP'
'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
@ -27,10 +26,8 @@ build() {
package() {
cd $pkgname-$pkgver
install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm755 $pkgname "$pkgdir/usr/bin/$pkgname"
install -Dm644 $pkgname.1.gz "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
install -Dm644 "$srcdir/default.png" "$pkgdir/usr/share/pixmaps/default.png"
install -Dm644 "$pkgname.1.gz" "$pkgdir/usr/share/man/man1/$pkgname.1.gz"
install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
# vim: ts=2 sw=2 et: