22 lines
577 B
Bash
22 lines
577 B
Bash
# Template file for 'mypaint-brushes'
|
|
pkgname=mypaint-brushes
|
|
version=2.0.1
|
|
revision=1
|
|
archs=noarch
|
|
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=5572c849c3cf01c33bceddb97f9ced55a219265738a46e406ddb5220ac59e22a
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|