void-packages/srcpkgs/vimb/template
2014-11-04 23:03:50 +01:00

19 lines
623 B
Plaintext

# Template file for 'vimb'
pkgname=vimb
version=2.8
revision=3
build_style=gnu-makefile
make_build_args="$(vopt_if gtk3 GTK=3)"
hostmakedepends="pkg-config"
makedepends="$(vopt_if gtk3 webkitgtk-devel webkit-gtk-devel)"
short_desc="Fast and lightweight web browser based on WebKit/GTK+"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="GPL-3"
homepage="http://fanglingsu.github.io/vimb"
distfiles="https://github.com/fanglingsu/vimb/archive/${version}.tar.gz"
checksum=d398b0e772e1c3751ef76dc833e84b4abaa19f6b9b5e75afa63ace8b9ff12e12
build_options="gtk3"
build_options_default="gtk3"
desc_option_gtk3="Use GTK+3"