23 lines
615 B
Bash
23 lines
615 B
Bash
# Template file for 'mypaint-brushes1'
|
|
pkgname=mypaint-brushes1
|
|
version=1.3.0
|
|
revision=1
|
|
archs=noarch
|
|
wrksrc="mypaint-brushes-${version}"
|
|
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=704bb6420e65085acfd7a61d6050e96b0395c5eab078433f11406c355f16b214
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|