18 lines
478 B
Text
18 lines
478 B
Text
# Template file for 'surf'
|
|
pkgname=surf
|
|
version=0.6
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
makedepends="pkg-config gtk+-devel webkit-gtk-devel"
|
|
short_desc="Simple web browser based on WebKit/GTK+"
|
|
maintainer="pancake <pancake@nopcode.org>"
|
|
license="MIT"
|
|
homepage="http://surf.suckless.org"
|
|
distfiles="http://dl.suckless.org/surf/$pkgname-$version.tar.gz"
|
|
checksum=fdc1ccfaee5c4f008eeb8fe5f9200d3ad71296e8d7af52bdd6a771f111866805
|
|
|
|
surf_package() {
|
|
pkg_install() {
|
|
vmove usr
|
|
}
|
|
}
|