mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/gendesk to 1.0.5-2
This commit is contained in:
parent
5991c0cbc2
commit
ca22416dbd
1 changed files with 3 additions and 3 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
pkgname=gendesk
|
||||
pkgver=1.0.5
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Utility for generating desktop files'
|
||||
arch=(x86_64)
|
||||
url='https://gendesk.roboticoverlords.org/'
|
||||
license=(MIT)
|
||||
makedepends=(go)
|
||||
depends=(gcc-libs)
|
||||
depends=(glibc)
|
||||
options=('!strip')
|
||||
source=("https://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
|
||||
'https://roboticoverlords.org/images/default.png')
|
||||
|
@ -22,7 +22,7 @@ sha256sums=('5e85b056e4c372c7d3ffe389734bfa1aacd7406f71573fff597f04f0c24f238b'
|
|||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
go build -buildmode=pie -gccgoflags="-s -w $LDFLAGS"
|
||||
go build -v -mod=vendor -trimpath -buildmode=pie -ldflags="-s -w -extldflags $LDFLAGS"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue