New package: cookie-0.2.0

This commit is contained in:
Nathan Owens 2019-01-18 21:19:27 -06:00 committed by maxice8
parent c541fbf204
commit 75b1e79888
1 changed files with 22 additions and 0 deletions

22
srcpkgs/cookie/template Normal file
View File

@ -0,0 +1,22 @@
# Template file for 'cookie'
pkgname=cookie
version=0.2.0
revision=1
noarch=yes
build_style=gnu-makefile
depends="bash bashlibs"
short_desc="Template-based File Generator"
maintainer="Nathan Owens <ndowens04@gmail.com>"
license="MIT"
homepage="https://github.com/bbugyi200/cookie"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=4af67b9376b60e9e40ef34b5be3e4be768ed550cc6e16baf5df0a04fd7e541e3
post_extract() {
sed -i 's:sudo::
/git/d' Makefile
}
post_install() {
vlicense LICENSE
}