mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/gendesk to 1.0.1-1
This commit is contained in:
parent
c709f1b867
commit
daa55e7a03
1 changed files with 8 additions and 9 deletions
|
@ -1,23 +1,22 @@
|
|||
# $Id$
|
||||
# Maintainer: Alexander F Rødseth <xyproto@archlinux.org>
|
||||
# Maintainer: Alexander F. Rødseth <xyproto@archlinux.org>
|
||||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - !strip option, stripped binary fails under ARM
|
||||
# - build with go instead of gcc-go
|
||||
|
||||
pkgname=gendesk
|
||||
pkgver=0.7
|
||||
pkgrel=2
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc='Utility for generating desktop files'
|
||||
arch=('x86_64')
|
||||
url='http://gendesk.roboticoverlords.org/'
|
||||
url='https://gendesk.roboticoverlords.org/'
|
||||
license=('MIT')
|
||||
makedepends=('go' 'git' 'mercurial')
|
||||
options=('!strip')
|
||||
source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
|
||||
'http://roboticoverlords.org/images/default.png')
|
||||
source=("https://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"{,.asc}
|
||||
'https://roboticoverlords.org/images/default.png')
|
||||
validpgpkeys=('962855F072C7A01846405864FCF3C8CB5CF9C8D4')
|
||||
sha256sums=('3100f40a32e2588188b8af0822110f9ba4689f2a0dae7347a3b917d0d12e24a1'
|
||||
sha256sums=('0d10ae331213ff93ea5290d73eed444f8bd795aae3e2302e9c5eaf5dfadbac6c'
|
||||
'SKIP'
|
||||
'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
|
||||
|
||||
|
@ -30,7 +29,7 @@ prepare() {
|
|||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
GOPATH=`pwd` go build
|
||||
GOPATH=`pwd` go build -buildmode=pie -ldflags="-s -w"
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue