summaryrefslogtreecommitdiff
path: root/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-18 01:55:31 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-18 01:55:31 +0100
commit5fa0e0c7e62842b1491426c8c6e506f51b6c78e1 (patch)
treec494340a21568e82965da87fb559b9133375e762 /media-gfx/mypaint-brushes/mypaint-brushes-2.0.2-r1.ebuild
parentd941e0a66c717c1f67ae35cf31afdfcbf7f7acbb (diff)
gentoo auto-resync : 18:10:2022 - 01:55:31
Diffstat (limited to 'media-gfx/mypaint-brushes/mypaint-brushes-2.0.2-r1.ebuild')
-rw-r--r--media-gfx/mypaint-brushes/mypaint-brushes-2.0.2-r1.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2-r1.ebuild b/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2-r1.ebuild
new file mode 100644
index 000000000000..64652b5f63be
--- /dev/null
+++ b/media-gfx/mypaint-brushes/mypaint-brushes-2.0.2-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Default MyPaint brushes"
+HOMEPAGE="https://github.com/mypaint/mypaint-brushes"
+SRC_URI="https://github.com/mypaint/mypaint-brushes/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="CC0-1.0"
+SLOT="2.0" # due to pkgconfig name "mypaint-brushes-2.0"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv x86"
+
+src_prepare() {
+ default
+ eautoreconf
+}