cookie: drop package

- Simple bash script
- Nothings depends on cookie
- Its maintainer has gone away
- Other distro doesn't ship it
- Someone asked me why we ship cookie but their-favourite-bash-script
This commit is contained in:
Đoàn Trần Công Danh 2020-07-23 18:54:31 +07:00 committed by Danh Doan
parent 67d4ebf5d0
commit 7101837998

View file

@ -1,18 +0,0 @@
# Template file for 'cookie'
pkgname=cookie
version=0.2.0
revision=1
archs=noarch
build_style=gnu-makefile
hostmakedepends="bashlibs"
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_install() {
vlicense LICENSE
}