mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/gendesk to 0.6.3-1
This commit is contained in:
parent
af3fd8ac51
commit
0c1515dbd9
1 changed files with 7 additions and 7 deletions
|
@ -5,8 +5,8 @@
|
|||
# - !strip option, stripped binary fails under ARM
|
||||
|
||||
pkgname=gendesk
|
||||
pkgver=0.6.2
|
||||
pkgrel=2
|
||||
pkgver=0.6.3
|
||||
pkgrel=1
|
||||
pkgdesc='Utility for generating desktop files'
|
||||
arch=('x86_64' 'i686')
|
||||
url='http://roboticoverlords.org/gendesk/'
|
||||
|
@ -16,19 +16,19 @@ depends=('glibc')
|
|||
options=('!strip')
|
||||
source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"
|
||||
'http://roboticoverlords.org/images/default.png')
|
||||
sha256sums=('22c77afc907dd6de2d58bb045d6a8de8873e18eee5bbe020a3c7b882dc4211ce'
|
||||
sha256sums=('5be85a6af9d283b107744b8553c650a8a505eeb16cba3dfda5eff7272ce402b4'
|
||||
'4d96eded48e536d02e35727c36dc20844c2e44654e81baf78e10aee4eb48e837')
|
||||
|
||||
prepare() {
|
||||
export GOPATH="$srcdir"
|
||||
go get code.google.com/p/goconf/conf
|
||||
go get github.com/xyproto/textgui
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
GOPATH=`pwd` go get -d -v
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver"
|
||||
|
||||
GOPATH="$srcdir" go build
|
||||
GOPATH=`pwd` go build
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Reference in a new issue