[gentoo-commits] repo/proj/guru:dev commit in: app-misc/pup-bin/

2021-03-28 Thread Andrew Ammerlaan
commit: cdeaa46e0543cd14399b50ce2e51663758198091
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Sun Mar 28 09:30:13 2021 +
Commit: Andrew Ammerlaan  riseup  net>
CommitDate: Sun Mar 28 09:30:13 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cdeaa46e

app-misc/pup-bin: bdep on unzip for zip file

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan  riseup.net>

 app-misc/pup-bin/pup-bin-0.4.0.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/app-misc/pup-bin/pup-bin-0.4.0.ebuild 
b/app-misc/pup-bin/pup-bin-0.4.0.ebuild
index b864c82e6..0e7e03b4a 100644
--- a/app-misc/pup-bin/pup-bin-0.4.0.ebuild
+++ b/app-misc/pup-bin/pup-bin-0.4.0.ebuild
@@ -15,6 +15,8 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
+BDEPEND="app-arch/unzip"
+
 src_configure() {
unpack_zip "${DISTDIR}"/pup_v"${PV}"_linux_amd64.zip
 }



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/pup-bin/

2021-02-21 Thread Simon van der Maas
commit: f938068c43da447b5696bbf49b65aa0f7e7eed0f
Author: Simon van der Maas  protonmail  com>
AuthorDate: Sun Feb 21 12:03:52 2021 +
Commit: Simon van der Maas  protonmail  com>
CommitDate: Sun Feb 21 12:03:52 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f938068c

app-misc/pup-bin: new package

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Simon van der Maas  protonmail.com>

 app-misc/pup-bin/Manifest |  1 +
 app-misc/pup-bin/metadata.xml |  8 
 app-misc/pup-bin/pup-bin-0.4.0.ebuild | 24 
 3 files changed, 33 insertions(+)

diff --git a/app-misc/pup-bin/Manifest b/app-misc/pup-bin/Manifest
new file mode 100644
index ..08e54b93
--- /dev/null
+++ b/app-misc/pup-bin/Manifest
@@ -0,0 +1 @@
+DIST pup_v0.4.0_linux_amd64.zip 1718186 BLAKE2B 
07f96a42e2f58db882f96c624ed7748efcd3d978a4d806b87d03fd40157baf492a2484cf37b4dd854b689e2d29ec87a213ce627ea42dc87d3d17f7fdc9b70f74
 SHA512 
a395ed85e45db60c0b4142423d7938cbbb28346946b92cfc43625828aaf87ca70fe841ad15ee85cb7070889097c480368befe64acf6d736849e97c67b09b1cca

diff --git a/app-misc/pup-bin/metadata.xml b/app-misc/pup-bin/metadata.xml
new file mode 100644
index ..ad8cead2
--- /dev/null
+++ b/app-misc/pup-bin/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+svdm-gen...@protonmail.com
+Simon van der Maas
+
+

diff --git a/app-misc/pup-bin/pup-bin-0.4.0.ebuild 
b/app-misc/pup-bin/pup-bin-0.4.0.ebuild
new file mode 100644
index ..b864c82e
--- /dev/null
+++ b/app-misc/pup-bin/pup-bin-0.4.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit unpacker
+
+DESCRIPTION="Parsing HTML at the command line"
+HOMEPAGE="https://github.com/ericchiang/pup;
+SRC_URI="https://github.com/ericchiang/pup/releases/download/v${PV}/pup_v${PV}_linux_amd64.zip;
+
+S="${WORKDIR}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_configure() {
+   unpack_zip "${DISTDIR}"/pup_v"${PV}"_linux_amd64.zip
+}
+
+src_install() {
+   dobin pup
+}