Update all packages for xbps-src>=28. WARNING: xbps-src-28 (or from git) required!

This commit is contained in:
Juan RP
2012-05-23 18:26:56 +02:00
parent 900779add4
commit 1816de0e4a
2107 changed files with 3050 additions and 10194 deletions

View File

@@ -1,6 +1,8 @@
# Template file for 'go'
pkgname=go
version=r60.3
depends="make"
makedepends="mercurial ed bison glibc-devel"
short_desc="The Go Programming Language"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://golang.org/"
@@ -19,12 +21,7 @@ nofetch=yes
noextract=yes
nostrip=yes
Add_dependency run make
Add_dependency build mercurial
Add_dependency build ed
Add_dependency build bison
Add_dependency build glibc-devel
do_fetch() {
local url="https://go.googlecode.com/hg"