summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-08-09 11:14:10 +0200
committerMichał Górny <mgorny@gentoo.org>2020-08-09 11:26:46 +0200
commit6aa326b91995860876995baaaa5476bdcf963fec (patch)
tree211a4a0170f1a5cfc7c94c73298525f09ebfcb19 /app-shells/push
parentnet-libs/libtorrent-rasterbar: Version bump (v1.2.8) (diff)
downloadgentoo-6aa326b91995860876995baaaa5476bdcf963fec.tar.gz
gentoo-6aa326b91995860876995baaaa5476bdcf963fec.tar.bz2
gentoo-6aa326b91995860876995baaaa5476bdcf963fec.zip
app-shells/push: Bump to 3.3
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-shells/push')
-rw-r--r--app-shells/push/Manifest1
-rw-r--r--app-shells/push/push-3.3.ebuild20
2 files changed, 21 insertions, 0 deletions
diff --git a/app-shells/push/Manifest b/app-shells/push/Manifest
index ce5fd9cae151..752c934676ca 100644
--- a/app-shells/push/Manifest
+++ b/app-shells/push/Manifest
@@ -1 +1,2 @@
DIST push-2.0.tar.gz 2211 BLAKE2B 5875962c3aaa2e3eec2dcd3b70a0b5325684dffaf0b01b8f336db835bcfc4b24fc5d28817eb9032d8a10c5759089e2bbf42fba058403ebf420a77bb7d2754c95 SHA512 03c40bd8b3b09473952ecf13edd622533616de47638741214b40856b33993f9310d62be34fac6f68b950f58167c3111082554961a800a43a3ecf8a7d138ffdff
+DIST push-3.3.tar.gz 2794 BLAKE2B 98bc36a27e10e4b548f35802eb56ccab0ecd59ae512cde946382653aff0d8744c9908abda748e07b7eb398780a7bc4e2fdbe157b409cc71c9a184d36fe4debb8 SHA512 e0b26af53eb89ba706c681d8fbdc77f7be8d18e02446aa9a1096faa2ead714fcea4687f4dd28c422a598465721b69b075485ef29289effc9c9dd58ed0d915c9a
diff --git a/app-shells/push/push-3.3.ebuild b/app-shells/push/push-3.3.ebuild
new file mode 100644
index 000000000000..e47ede3a3d18
--- /dev/null
+++ b/app-shells/push/push-3.3.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
+
+src_compile() { :; }
+
+src_install() {
+ insinto /usr/share/${PN}
+ doins bin/push.sh
+ dodoc README.md
+}