community/go to 1.2.1-4

This commit is contained in:
Kevin Mihelich 2014-03-26 13:05:40 +00:00
parent ca30f8d489
commit 54fea74197
2 changed files with 7 additions and 6 deletions

View file

@ -17,18 +17,17 @@
pkgname=go
epoch=2
pkgver=1.2.1
pkgrel=3
pkgrel=4
pkgdesc='Compiler and tools for the Go programming language from Google'
url='http://golang.org/'
license=('custom')
depends=('perl' 'gawk')
makedepends=('inetutils' 'mercurial')
options=('!strip' 'staticlibs')
optdepends=('liteide: IDE for editing and building projects written in Go'
'mercurial: VCS written in Python'
'git: VCS written in C'
'bzr: decentralized revision control system'
'svn: concurrent version control system')
optdepends=('mercurial: for fetching sources from mercurial repositories'
'git: for fetching sources from git repositories'
'bzr: for fetching sources from bazaar repositories'
'svn: for fetching sources from subversion repositories')
install="$pkgname.install"
source=("$pkgname-$pkgver::hg+https://code.google.com/p/$pkgname#branch=release-branch.$pkgname${pkgver/.1}")
md5sums=('SKIP')

View file

@ -1,6 +1,8 @@
post_install() {
# Friendly message for new users
echo
echo 'The "liteide" package provides an IDE for editing and building Go projects.'
echo
echo 'Example use of the "go" tool:'
echo
echo ' mkdir ~/go'