public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/pup-bin/
@ 2021-02-21 12:04 Simon van der Maas
  0 siblings, 0 replies; 2+ messages in thread
From: Simon van der Maas @ 2021-02-21 12:04 UTC (permalink / raw
  To: gentoo-commits

commit:     f938068c43da447b5696bbf49b65aa0f7e7eed0f
Author:     Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
AuthorDate: Sun Feb 21 12:03:52 2021 +0000
Commit:     Simon van der Maas <svdm-gentoo <AT> protonmail <DOT> com>
CommitDate: Sun Feb 21 12:03:52 2021 +0000
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 <svdm-gentoo <AT> 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 00000000..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 00000000..ad8cead2
--- /dev/null
+++ b/app-misc/pup-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+    <maintainer type="person">
+        <email>svdm-gentoo@protonmail.com</email>
+        <name>Simon van der Maas</name>
+    </maintainer>
+</pkgmetadata>

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 00000000..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
+}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-misc/pup-bin/
@ 2021-03-28  9:39 Andrew Ammerlaan
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28  9:39 UTC (permalink / raw
  To: gentoo-commits

commit:     cdeaa46e0543cd14399b50ce2e51663758198091
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 09:30:13 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 09:30:13 2021 +0000
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 <andrewammerlaan <AT> 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
 }


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-28  9:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-28  9:39 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/pup-bin/ Andrew Ammerlaan
  -- strict thread matches above, loose matches on Subject: below --
2021-02-21 12:04 Simon van der Maas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox