vp-build/srcpkgs/surf/template

19 lines
505 B
Bash

# Template file for 'surf'
pkgname=surf
version=2.1
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="webkit2gtk-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
}