New package: gimme-1.5.3

closes #4298
This commit is contained in:
Alif Rachmawadi 2018-10-31 11:45:33 +07:00 committed by maxice8
parent 5ce6569278
commit 0c74009b8c
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 17 additions and 0 deletions

17
srcpkgs/gimme/template Normal file
View File

@ -0,0 +1,17 @@
# Template file for 'gimme'
pkgname=gimme
version=1.5.3
revision=1
noarch=yes
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=66b654f460efe9a697fdefda39fa73308f6e2f25393b28c7979724f28159a613
do_install() {
vlicense LICENSE
vbin gimme
}