Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cookie: fix build #8593

Merged
merged 1 commit into from Feb 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 1 addition & 5 deletions srcpkgs/cookie/template
Expand Up @@ -4,6 +4,7 @@ version=0.2.0
revision=1
noarch=yes
build_style=gnu-makefile
hostmakedepends="bashlibs"
depends="bash bashlibs"
short_desc="Template-based File Generator"
maintainer="Nathan Owens <ndowens04@gmail.com>"
Expand All @@ -12,11 +13,6 @@ 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
}