diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-06-06 17:57:19 +0100 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-06-06 17:57:19 +0100 |
| commit | e10e62aa2d39d302ed4db0ff5d6c4deb54105a10 (patch) | |
| tree | 5e29f2558d6e16866af81d78165d10e9a5f8a5b1 /sys-apps/fdlinecombine | |
| parent | Bump webstat (diff) | |
| download | portage-e10e62aa2d39d302ed4db0ff5d6c4deb54105a10.tar.bz2 portage-e10e62aa2d39d302ed4db0ff5d6c4deb54105a10.tar.xz portage-e10e62aa2d39d302ed4db0ff5d6c4deb54105a10.zip | |
Add fdlinecombine
Diffstat (limited to 'sys-apps/fdlinecombine')
| -rw-r--r-- | sys-apps/fdlinecombine/Manifest | 2 | ||||
| -rw-r--r-- | sys-apps/fdlinecombine/fdlinecombine-0.4.ebuild | 20 |
2 files changed, 22 insertions, 0 deletions
diff --git a/sys-apps/fdlinecombine/Manifest b/sys-apps/fdlinecombine/Manifest new file mode 100644 index 0000000..593cc84 --- /dev/null +++ b/sys-apps/fdlinecombine/Manifest @@ -0,0 +1,2 @@ +DIST fdlinecombine-0.4.tar.gz 5358 BLAKE2B 8fbc48b186e8535d53ea1cd8bfe0c5f2eb98a66ac3e6b6bc8f2d39847eca53776b16b305334c1eb4fc4653cf4066c2043c97b16fa2a4cfea53c8de4042b279f6 SHA512 cd3ba5f85243ad9537d4375a516fcda4340b0f00a8f78162c2206c0e4d246042a4d88aa2bcd2478037d6242db4ecff69241b1b322a424e87dec54f2313c5856a +EBUILD fdlinecombine-0.4.ebuild 435 BLAKE2B 47aad9e6605f0a4028e04dfd76e565aed9e8e6f3a46ea20cb406561f7cdc2f6360b8ee894678de5eb378d83df7102a892da9e763eb6504c8aa8506e62b14bc2e SHA512 989950858b1b6d2ca6053ee130cdbd0904bc08a3e7ea26cf5a3c89e6a23b9ec6a5b190dd908d76f365cc39274f7e2f318202e5048b678c45c03b01c2eda4700c diff --git a/sys-apps/fdlinecombine/fdlinecombine-0.4.ebuild b/sys-apps/fdlinecombine/fdlinecombine-0.4.ebuild new file mode 100644 index 0000000..678b42a --- /dev/null +++ b/sys-apps/fdlinecombine/fdlinecombine-0.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Multiplex multiple input streams into stdout using \n as separators" +HOMEPAGE="https://github.com/vi/fdlinecombine" +SRC_URI="https://github.com/vi/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="" +SLOT="0" +KEYWORDS="~amd64" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" + +src_install() { + dobin ${PN} +} |
