19 lines
510 B
Bash
19 lines
510 B
Bash
# Template file for 'surf'
|
|
pkgname=surf
|
|
version=2.1
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libwebkit2gtk41-devel gcr-devel"
|
|
depends="xprop dmenu"
|
|
short_desc="Simple web browser based on WebKit/GTK+"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="http://surf.suckless.org"
|
|
distfiles="http://dl.suckless.org/surf/$pkgname-$version.tar.gz"
|
|
checksum=72e582920ba25a646203e93c2d2331d87f03037a28894d6c7e99af00ee043257
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|