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

diff --git a/app-shells/quoter/Manifest b/app-shells/quoter/Manifest
new file mode 100644 (file)
index 0000000..2a3003b
--- /dev/null
@@ -0,0 +1 @@
+DIST quoter-3.0_p1.tar.gz 10495 SHA256 0f84677af372be37c8e9c339789f671b9b7a7ab401a1f489cde29c856dc8af6b SHA512 f0064652b0751ba219a6d1546d5cab4d587e3a0b1f3e8bedf5e59da65d775446cdae12def6c8f963a7f7359253dce2c218dae54a85d1c36f69c541f004b8bbaa WHIRLPOOL e30c13da1ded4efc34bd541b477a4366acb5da25c352725d87583bcb3a171c09c3820e69eba0f698ad7ae6a083d910b80d446377365dcf82aecf80a3f02ae842
diff --git a/app-shells/quoter/quoter-3.0_p1.ebuild b/app-shells/quoter/quoter-3.0_p1.ebuild
new file mode 100644 (file)
index 0000000..7bd3b5e
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit vcs-snapshot
+
+DESCRIPTION="Quote arguments or standard input for usage in POSIX shell by eval"
+HOMEPAGE="https://github.com/vaeth/quoter/"
+SRC_URI="https://github.com/vaeth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+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() {
+       emake DESTDIR="${ED}" install
+}