Date: Tuesday, January 1, 2019 @ 17:16:23 Author: demize Revision: 420182
upgpkg: gx 0.14.1-1 Modified: gx/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-01 17:03:02 UTC (rev 420181) +++ PKGBUILD 2019-01-01 17:16:23 UTC (rev 420182) @@ -2,8 +2,8 @@ # Contributor: Jakub "Kubuxu" Sztandera <[email protected]> pkgname=gx -pkgver=0.13.0 -pkgrel=2 +pkgver=0.14.1 +pkgrel=1 pkgdesc="Packaging tool built around the distributed, content addressed filesystem IPFS" url="https://github.com/whyrusleeping/gx" @@ -27,18 +27,11 @@ export GOBIN="$GOPATH/bin" cd "$srcdir"/src/github.com/whyrusleeping/gx - msg2 'Installing dependencies...' go get -v - - msg2 'Building binary...' go install -v } package() { - msg2 'Packaging binary...' - install -Dm 755 bin/gx "${pkgdir}/usr/bin/gx" - - msg2 'Packaging auxiliary files...' - cd gx - install -Dm 644 -t "${pkgdir}/usr/share/licenses/gx" LICENSE + install -Dm 755 bin/gx "$pkgdir/usr/bin/gx" + install -Dm 644 gx/LICENSE "$pkgdir/usr/share/licenses/gx" }
