mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/go to 1.3.3-2
This commit is contained in:
parent
70f0fcdcdb
commit
8b1fc479a2
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue