21 lines
564 B
Bash
21 lines
564 B
Bash
# Template file for 'mypaint-brushes'
|
|
pkgname=mypaint-brushes
|
|
version=2.0.2
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="automake"
|
|
short_desc="Brushes used by MyPaint and other software using libmypaint"
|
|
maintainer="Kartik Singh <kartik.ynwa@gmail.com>"
|
|
license="CC0-1.0"
|
|
homepage="https://github.com/mypaint/mypaint-brushes"
|
|
distfiles="https://github.com/mypaint/mypaint-brushes/archive/v${version}.tar.gz"
|
|
checksum=01032550dd817bb0f8e85d83a632ed2e50bc16e0735630839e6c508f02f800ac
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|