community/go to 1.3.3-2

This commit is contained in:
Kevin Mihelich 2014-11-07 14:39:12 +00:00
parent 70f0fcdcdb
commit 8b1fc479a2

View file

@ -17,7 +17,7 @@
pkgname=go
epoch=2
pkgver=1.3.3
pkgrel=1
pkgrel=2
pkgdesc='Compiler and tools for the Go programming language from Google'
url='http://golang.org/'
license=('custom')
@ -132,6 +132,11 @@ package() {
# then running the gotour executable work out of the box.
ln -sf /usr/bin "$pkgdir/usr/lib/go/bin"
# For FS#42660 / FS#42661 / gox
install -Dm755 src/make.bash "$pkgdir/usr/lib/go/src/make.bash"
install -Dm755 src/run.bash "$pkgdir/usr/lib/go/src/run.bash"
cp -r misc/ "$pkgdir/usr/lib/go/"
# For godoc
install -Dm644 favicon.ico "$pkgdir/usr/lib/go/favicon.ico"