18 lines
553 B
Bash
18 lines
553 B
Bash
# Template file for 'badwolf'
|
|
pkgname=badwolf
|
|
version=1.0.3
|
|
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=db275d3d42c4f58e662f04c7c85c5763b70396ea7f750e3f0dd0510ea162fe6d
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|