summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-apps/pikopixel/pikopixel-1.0_beta9-r1.ebuild')
-rw-r--r--gnustep-apps/pikopixel/pikopixel-1.0_beta9-r1.ebuild22
1 files changed, 22 insertions, 0 deletions
diff --git a/gnustep-apps/pikopixel/pikopixel-1.0_beta9-r1.ebuild b/gnustep-apps/pikopixel/pikopixel-1.0_beta9-r1.ebuild
new file mode 100644
index 000000000000..f4ecbb903ae2
--- /dev/null
+++ b/gnustep-apps/pikopixel/pikopixel-1.0_beta9-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit gnustep-2
+
+MY_P=${PN//p/P}.Sources.${PV/_beta/-b}a
+DESCRIPTION="a free application for drawing & editing pixel-art images"
+HOMEPAGE="http://twilightedge.com/mac/pikopixel/"
+# Web hosting wants a proper User-Agent
+#SRC_URI="http://twilightedge.com/downloads/${MY_P}.tar.gz"
+SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${MY_P}.tar.gz"
+
+LICENSE="AGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=">=virtual/gnustep-back-0.25.0"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}/${PN//p/P}