From f4d4946b3d68c0e5f645a4e91a6094920b744869 Mon Sep 17 00:00:00 2001 From: KawaiiAmber Date: Sat, 9 Jan 2021 11:50:49 -0700 Subject: [PATCH] [WIP] New package: pinta-1.7 --- srcpkgs/pinta/template | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 srcpkgs/pinta/template diff --git a/srcpkgs/pinta/template b/srcpkgs/pinta/template new file mode 100644 index 00000000000..914723ed3f7 --- /dev/null +++ b/srcpkgs/pinta/template @@ -0,0 +1,17 @@ +# Template file for 'pinta' +pkgname=pinta +version=1.7 +revision=1 +build_style=gnu-configure +hostmakedepends="automake autoconf pkg-config" +makedepends="mono-devel gtk-sharp2 intltool" +short_desc="Simple GTK# Paint Program" +maintainer="KawaiiAmber " +license="MIT" +homepage="https://www.pinta-project.com/" +distfiles="https://github.com/PintaProject/Pinta/releases/download/${version}/${pkgname}-${version}.tar.gz" +checksum=678c0d5c6e41da77696180efc71476ccfda3238a3d68d7331198c8a431dbf96c + +post_install() { + vlicense license-mit.txt +}