18 lines
553 B
Bash
18 lines
553 B
Bash
# 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
|
|
}
|