mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:33:20 +08:00
gendesk 0.6.4
This commit is contained in:
parent
df81474235
commit
7612f79de4
@ -1,7 +1,7 @@
|
||||
# Contributor: abveritas@chakra-project.org
|
||||
|
||||
pkgname=gendesk
|
||||
pkgver=0.6.2
|
||||
pkgver=0.6.4
|
||||
pkgrel=1
|
||||
pkgdesc="Utility to generate .desktop files and download icons"
|
||||
arch=('x86_64')
|
||||
@ -12,19 +12,17 @@ makedepends=('go' 'git' 'mercurial')
|
||||
depends=('glibc')
|
||||
source=("http://roboticoverlords.org/$pkgname/$pkgname-$pkgver.tar.xz"
|
||||
'http://roboticoverlords.org/images/default.png')
|
||||
sha256sums=('22c77afc907dd6de2d58bb045d6a8de8873e18eee5bbe020a3c7b882dc4211ce'
|
||||
sha256sums=('de7d3ddd6e261dc8b6e8e126b83f91db010157de5470aafd32e90bd7bb89f28d'
|
||||
'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 New Issue
Block a user