void-packages/srcpkgs/mypaint-brushes/template

22 lines
571 B
Bash
Raw Normal View History

2018-05-03 00:12:33 +02:00
# Template file for 'mypaint-brushes'
pkgname=mypaint-brushes
version=1.3.0
2018-06-03 00:36:06 +02:00
revision=2
noarch=yes
2018-05-03 00:12:33 +02:00
build_style=gnu-configure
hostmakedepends="automake"
short_desc="Brushes used by MyPaint and other software using libmypaint"
maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
2018-06-03 00:36:06 +02:00
license="CC0-1.0"
2018-05-03 00:12:33 +02:00
homepage="https://github.com/Jehan/mypaint-brushes"
distfiles="https://github.com/Jehan/mypaint-brushes/archive/v${version}.tar.gz"
checksum=704bb6420e65085acfd7a61d6050e96b0395c5eab078433f11406c355f16b214
pre_configure() {
./autogen.sh
}
post_install() {
vlicense COPYING
}