void-packages/srcpkgs/gucci/template
Érico Rolim fdf95eeb01 gucci: fix checksum.
Upstream force pushed the same tag, so checksum for the tarball changed.
Only changes were timestamps for files and some small differences in
their .travis.yml file, which doesn't affect the build.
2021-02-19 12:07:43 -03:00

17 lines
483 B
Bash

# Template file for 'gucci'
pkgname=gucci
version=1.2.4
revision=1
build_style=go
go_import_path="github.com/noqcks/gucci"
hostmakedepends="git"
short_desc="Simple CLI templating tool written in Go"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT"
homepage="https://github.com/noqcks/gucci"
distfiles="https://github.com/noqcks/gucci/archive/${version}.tar.gz"
checksum=50d9d513fff97128bbd92685af5b244cbc1453e79010fb2b1aea51c84d478855
post_install() {
vlicense LICENSE
}