mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
go 1.1 beta2
This commit is contained in:
parent
b9bbbd4890
commit
fe348ede9a
1 changed files with 5 additions and 3 deletions
|
@ -10,10 +10,10 @@
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - added switches for our architectures
|
# - added switches for our architectures
|
||||||
# ALARM: Alexander Rødseth <rodseth@gmail.com>
|
# ALARM: Alexander Rødseth <rodseth@gmail.com>
|
||||||
# - Go 1.1beta1 support
|
# - Go 1.1beta2 support
|
||||||
|
|
||||||
pkgname=go
|
pkgname=go
|
||||||
pkgver=1.1beta1
|
pkgver=1.1beta2
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
epoch=2
|
epoch=2
|
||||||
pkgdesc='Google Go compiler and tools'
|
pkgdesc='Google Go compiler and tools'
|
||||||
|
@ -26,7 +26,7 @@ install="$pkgname.install"
|
||||||
backup=('usr/lib/go/bin')
|
backup=('usr/lib/go/bin')
|
||||||
source=("http://go.googlecode.com/files/${pkgname}$pkgver.src.tar.gz"
|
source=("http://go.googlecode.com/files/${pkgname}$pkgver.src.tar.gz"
|
||||||
"$pkgname.sh")
|
"$pkgname.sh")
|
||||||
sha256sums=('feb5af0f73ee8d377577ac7c250919e911139821fae8e0ce365d235f87297f84'
|
sha256sums=('7437a922cdbaad92f902d7a883edbdb8ea15ffeb04ff9960193a24632fcde3f0'
|
||||||
'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
|
'a03db71d323ed2794123bb31b5c8ad5febd551c490b5c0b341052c8e5f0ba892')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -62,6 +62,8 @@ check() {
|
||||||
package() {
|
package() {
|
||||||
cd "$srcdir/$pkgname"
|
cd "$srcdir/$pkgname"
|
||||||
|
|
||||||
|
export GOROOT="$srcdir/$pkgname"
|
||||||
|
|
||||||
install -Dm644 LICENSE \
|
install -Dm644 LICENSE \
|
||||||
$pkgdir/usr/share/licenses/go/LICENSE
|
$pkgdir/usr/share/licenses/go/LICENSE
|
||||||
install -Dm644 misc/bash/go \
|
install -Dm644 misc/bash/go \
|
||||||
|
|
Loading…
Reference in a new issue