23 lines
735 B
Bash
23 lines
735 B
Bash
# Template file for 'badwolf'
|
|
pkgname=badwolf
|
|
version=1.3.0
|
|
revision=1
|
|
build_style=configure
|
|
configure_args="PREFIX=/usr WITH_WEBKITGTK=4.1 WITH_URI_PARSER=guri"
|
|
make_cmd=ninja
|
|
make_check_target=test
|
|
hostmakedepends="pkg-config gettext ninja ed"
|
|
makedepends="libwebkit2gtk41-devel"
|
|
short_desc="Minimalist and privacy-oriented WebKitGTK+ browser"
|
|
maintainer="yosh <yosh-git@riseup.net>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://hacktivis.me/projects/badwolf"
|
|
changelog="https://hacktivis.me/releases/badwolf-${version}.txt"
|
|
distfiles="https://hacktivis.me/releases/badwolf-${version}.tar.gz"
|
|
checksum=276dfccba8addfc205ceb10477668e4b2b6a4853f344c86d5c1e35b1c703459f
|
|
|
|
do_install() {
|
|
DESTDIR=${DESTDIR} ninja install
|
|
vlicense COPYING
|
|
}
|