void-packages/srcpkgs/vimb/template

22 lines
647 B
Bash
Raw Normal View History

2014-10-14 11:57:44 +00:00
# Template file for 'vimb'
pkgname=vimb
2015-06-14 01:26:20 +00:00
version=2.10
revision=1
2014-10-14 11:57:44 +00:00
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="$(vopt_if gtk3 webkitgtk-devel webkitgtk2-devel)"
2014-10-14 11:57:44 +00:00
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"
2015-06-14 01:26:20 +00:00
checksum=a46ee9530ec8da62feb3972a80e270c216bc6fb363bb729ceaae1c892513df58
2014-11-04 22:03:50 +00:00
build_options="gtk3"
build_options_default="gtk3"
desc_option_gtk3="Use GTK+3"
2015-05-24 07:17:47 +00:00
do_build() {
make ${makejobs} CC=$CC $(vopt_if gtk3 GTK=3)
}