summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-06-23 11:32:19 +0300
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-06-23 11:32:19 +0300
commit1b72eb9b435d23162ac43a176c6202809e419cb9 (patch)
tree81e3dd5a8fcb4e367b3224115cec7cbb74c013d4 /app-arch
parentdev-games/netradiant: update to 1.5.0_p20200525 (diff)
downloadgamerlay-1b72eb9b435d23162ac43a176c6202809e419cb9.tar.gz
gamerlay-1b72eb9b435d23162ac43a176c6202809e419cb9.tar.bz2
gamerlay-1b72eb9b435d23162ac43a176c6202809e419cb9.zip
app-arch/cmdpack: new package
cmdpack is collection of utils, ecm2bin included. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/cmdpack/Manifest1
-rw-r--r--app-arch/cmdpack/cmdpack-1.06.ebuild25
-rw-r--r--app-arch/cmdpack/metadata.xml14
3 files changed, 40 insertions, 0 deletions
diff --git a/app-arch/cmdpack/Manifest b/app-arch/cmdpack/Manifest
new file mode 100644
index 0000000..53288ce
--- /dev/null
+++ b/app-arch/cmdpack/Manifest
@@ -0,0 +1 @@
+DIST cmdpack-1.06.tar.gz 71738 SHA256 6ce7029c0f2b0fbc6a1e26fb3ad8003ed18836aa3ef35f148ec51cde0b703307 SHA512 3fb1a84c3e6f26f1164be3ad0c60334a9adf6b452af81556473104e560d8a9941478aad0d0fe55753f6489e18464a953895034685a82c170919d27d74384a40f WHIRLPOOL bbbe136a3ceaa726955795d32dc90179b1c6e873da6a0dea309f7b5c692342abdf5ee4f651920dc57c6d827ecf7af22ea80c0ce9078db890d79cde088c295ffc
diff --git a/app-arch/cmdpack/cmdpack-1.06.ebuild b/app-arch/cmdpack/cmdpack-1.06.ebuild
new file mode 100644
index 0000000..a2e7a5b
--- /dev/null
+++ b/app-arch/cmdpack/cmdpack-1.06.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Utilites from Neill Corlett, bin2ecm included"
+HOMEPAGE="https://github.com/chungy/cmdpack"
+SRC_URI="https://github.com/chungy/cmdpack/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="app-text/asciidoc"
+
+src_prepare() {
+ default
+
+ sed -i -e "s:install-bin2iso::" -e "s:bin2iso::" Makefile
+}
+
+src_install() {
+ emake prefix=/usr DESTDIR="${D}" install
+ dodoc README.adoc
+}
diff --git a/app-arch/cmdpack/metadata.xml b/app-arch/cmdpack/metadata.xml
new file mode 100644
index 0000000..6fe2008
--- /dev/null
+++ b/app-arch/cmdpack/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>azamat.hackimov@gmail.com</email>
+<name>Azamat H. Hackimov</name>
+</maintainer>
+<longdescription lang="en">
+Utilites from Neill Corlett, bin2ecm included
+</longdescription>
+<upstream>
+<remote-id type="github">chungy/cmdpack</remote-id>
+</upstream>
+</pkgmetadata>