void-packages/srcpkgs/gimme/template
Alif Rachmawadi 0c74009b8c
New package: gimme-1.5.3
closes #4298
2018-11-26 10:16:32 -02:00

18 lines
462 B
Bash

# 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
}