17 lines
464 B
Bash
17 lines
464 B
Bash
# Template file for 'gimme'
|
|
pkgname=gimme
|
|
version=1.5.4
|
|
revision=1
|
|
archs=noarch
|
|
depends="bash curl git"
|
|
short_desc="Shell script that knows how to install Go"
|
|
maintainer="Alif Rachmawadi <arch@subosito.com>"
|
|
license="MIT"
|
|
homepage="https://github.com/travis-ci/gimme"
|
|
distfiles="https://github.com/travis-ci/gimme/archive/v${version}.tar.gz"
|
|
checksum=71036f892b3cae08f29be6fd4c69fb20d9b003ec80a24221d73e995e12ab0fe0
|
|
|
|
do_install() {
|
|
vlicense LICENSE
|
|
vbin gimme
|
|
}
|