void-packages/srcpkgs/vimb/template
maxice8 b2f547c07e vimb: update to 3.1.0.
Closes: #10109 [via git-merge-pr]
2017-12-28 15:12:46 +01:00

17 lines
514 B
Bash

# Template file for 'vimb'
pkgname=vimb
version=3.1.0
revision=1
build_style=gnu-makefile
hostmakedepends="pkg-config"
makedepends="webkit2gtk-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=6efc32b81759b1dfc637b5188831a787902ae296150a12b2813f6cc190009abf
do_build() {
make ${makejobs} CC=$CC
}