mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
parent
671cbccb72
commit
e8b4ab0c37
1 changed files with 7 additions and 1 deletions
|
@ -12,11 +12,12 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - added switches for our architectures
|
||||
# - upstream patch for AArch64
|
||||
|
||||
pkgname=('go' 'go-tools')
|
||||
epoch=2
|
||||
pkgver=1.8
|
||||
pkgrel=1
|
||||
pkgrel=1.1
|
||||
arch=('arm' 'armv6h' 'armv7h' 'aarch64')
|
||||
url='http://golang.org/'
|
||||
license=('BSD')
|
||||
|
@ -26,6 +27,11 @@ source=("$pkgname-$pkgver::git+https://go.googlesource.com/go#tag=$pkgname$pkgve
|
|||
md5sums=('SKIP')
|
||||
_gourl=golang.org/x/tools/cmd
|
||||
|
||||
prepare() {
|
||||
cd "$pkgname-$pkgver"
|
||||
git cherry-pick -n 3557d546090c7fedd69562c88d20767397de835d
|
||||
}
|
||||
|
||||
build() {
|
||||
cd "$pkgname-$pkgver/src"
|
||||
|
||||
|
|
Loading…
Reference in a new issue