New package: badwolf-1.0.2

This commit is contained in:
Lorem 2020-07-06 13:56:14 +05:30 committed by Piotr
parent 8a3e952391
commit 3693dbd836

18
srcpkgs/badwolf/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'badwolf'
pkgname=badwolf
version=1.0.2
revision=1
build_style=gnu-makefile
make_check_target=test
hostmakedepends="pkg-config gettext"
makedepends="webkit2gtk-devel"
short_desc="Minimalist and privacy-oriented WebKitGTK+ browser"
maintainer="Lorem <notloremipsum@protonmail.com>"
license="BSD-3-Clause"
homepage="https://hacktivis.me/projects/badwolf"
distfiles="https://hacktivis.me/releases/badwolf-${version}.tar.gz"
checksum=8d84d9c4a00254a5378136f1a43724bb52c9ad2fbae073571a9f03b409566201
post_install() {
vlicense COPYING
}