mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/gendesk to 0.6.2-1
This commit is contained in:
parent
8233768803
commit
c6adf01e36
1 changed files with 10 additions and 4 deletions
|
@ -5,24 +5,30 @@
|
|||
# - !strip option, stripped binary fails under ARM
|
||||
|
||||
pkgname=gendesk
|
||||
pkgver=0.6.1
|
||||
pkgver=0.6.2
|
||||
pkgrel=1
|
||||
pkgdesc='Utility to generate .desktop files and download icons'
|
||||
arch=('x86_64' 'i686')
|
||||
url='http://roboticoverlords.org/gendesk/'
|
||||
license=('MIT')
|
||||
makedepends=('go')
|
||||
makedepends=('go' 'git' 'mercurial')
|
||||
depends=('glibc')
|
||||
options=('!strip')
|
||||
source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"
|
||||
'http://roboticoverlords.org/images/default.png')
|
||||
sha256sums=('d4d2bfb23ae1c401f3147ed20206e72015b338067ff40b86271106865774de55'
|
||||
sha256sums=('22c77afc907dd6de2d58bb045d6a8de8873e18eee5bbe020a3c7b882dc4211ce'
|
||||
'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
|
||||
|
||||
prepare() {
|
||||
export GOPATH="$srcdir"
|
||||
go get code.google.com/p/goconf/conf
|
||||
go get github.com/xyproto/textgui
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
go build
|
||||
GOPATH="$SRCDIR" go build
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue