22 lines
602 B
Bash
22 lines
602 B
Bash
# Template file for 'mypaint-brushes1'
|
|
pkgname=mypaint-brushes1
|
|
version=1.3.1
|
|
revision=1
|
|
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=e6d0f51adb2ad507c12aa40a78265638cb21c53f4eb761c274d044677afaa1ff
|
|
|
|
pre_configure() {
|
|
./autogen.sh
|
|
}
|
|
|
|
post_install() {
|
|
vlicense COPYING
|
|
}
|