]> git.bzium.org - embe/overlay.git/commitdiff
Dodanie app-shells/push-2.0
authorMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Sun, 6 Nov 2016 22:45:15 +0000 (23:45 +0100)
committerMichał Bartoszkiewicz <mbartoszkiewicz@gmail.com>
Sun, 6 Nov 2016 22:45:15 +0000 (23:45 +0100)
app-shells/push/Manifest [new file with mode: 0644]
app-shells/push/push-2.0.ebuild [new file with mode: 0644]

diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest
new file mode 100644 (file)
index 0000000..869e65d
--- /dev/null
@@ -0,0 +1 @@
+DIST push-2.0.tar.gz 2211 SHA256 2d5e1c5b580f77ac9fb65b7b75c6220ee88687b6e7340ccc746e42e5632604b0 SHA512 03c40bd8b3b09473952ecf13edd622533616de47638741214b40856b33993f9310d62be34fac6f68b950f58167c3111082554961a800a43a3ecf8a7d138ffdff WHIRLPOOL 6abbad060edbb3d9873c24b73bc61f38f6a4fd38633021e66f8d3a5a04b61dfcdec4c68afed5e8fe06f817cf924adfafb439ddb415c71fc4e1b52ce561ec6fa1
diff --git a/app-shells/push/push-2.0.ebuild b/app-shells/push/push-2.0.ebuild
new file mode 100644 (file)
index 0000000..2d55029
--- /dev/null
@@ -0,0 +1,20 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit vcs-snapshot
+
+DESCRIPTION="A POSIX shell function to treat a variable like an array, quoting args"
+HOMEPAGE="https://github.com/vaeth/push/"
+SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+IUSE=""
+
+src_install() {
+       dobin bin/push.sh
+       dodoc README
+}