24 lines
692 B
Bash
24 lines
692 B
Bash
# Template file for 'badwolf'
|
|
pkgname=badwolf
|
|
version=1.2.0
|
|
revision=1
|
|
build_style=configure
|
|
make_check_target=test
|
|
hostmakedepends="pkg-config gettext"
|
|
makedepends="webkit2gtk-devel libsoup-devel"
|
|
checkdepends="mdocml"
|
|
short_desc="Minimalist and privacy-oriented WebKitGTK+ browser"
|
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
|
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=eaf5b99f1fc0ea94552c64f3b5e84cf9e76891882ea5e767bf633341e0265cba
|
|
|
|
pre_configure() {
|
|
export PREFIX=/usr
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|