portage-overlay

personal portage ebuild repository
git clone anongit@rnpnr.xyz:portage-overlay.git
Log | Files | Refs | Feed | README

Commit: a3b9c07e20e8b183a566d2406842a0f82e9818f2
Parent: 9849e1bde2828e4805bbdae95ad1bb656774c341
Author: Randy Palamar
Date:   Thu,  5 Jan 2023 21:06:13 -0700

app-editors/hyx: bump to latest version

Diffstat:
Mapp-editors/hyx/Manifest | 2+-
Dapp-editors/hyx/hyx-0.1.5.ebuild | 22----------------------
Aapp-editors/hyx/hyx-2021.06.09.ebuild | 22++++++++++++++++++++++
3 files changed, 23 insertions(+), 23 deletions(-)

diff --git a/app-editors/hyx/Manifest b/app-editors/hyx/Manifest @@ -1 +1 @@ -DIST hyx-0.1.5.tar.xz 12636 BLAKE2B ff08ea294ee4c17cee464138b7d5b16495bb9692066197ca0ccb9aa2048365b48530e679bd1d9214b86070834c8f01d935b0eeffa9fc54ba71e7bf45401d0a50 SHA512 79c45c7b3007af4009c356d3b4c7c8b29e241f07311ef62ffea09e0d31e58741093b1375e352800e6f6d9c1d67095b16c68ce3d58d79b05817513130dbfb1b1e +DIST hyx-2021.06.09.tar.xz 13864 BLAKE2B 2c97364e1ae185e7dd63fdfb452637cb68b8ab0d76d0009ce515d6f0fe709d38b910f86dfa465ac6843c88feb997dfdc3c736e21bb0b4265a39440c054f75251 SHA512 43f990e29ce097f8e2378a4511a3097e2576fd72e16f3b5c81688702487c8715e7189cb4a368e344c5440a90a1c759d2f76e7831ab401fa814f7e5ff7e145bd8 diff --git a/app-editors/hyx/hyx-0.1.5.ebuild b/app-editors/hyx/hyx-0.1.5.ebuild @@ -1,22 +0,0 @@ -EAPI=7 - -DESCRIPTION="A minimal Linux console hex editor" -HOMEPAGE="https://yx7.cc/code" -SRC_URI="https://yx7.cc/code/hyx/${P}.tar.xz" - -SLOT=0 -IUSE="+static" - -src_configure() { - default - - if use static; then - export CFLAGS="${CFLAGS} -static" - fi -} - -src_install() { - emake DESTDIR="${D}" - into ${EPREFIX}${LOCAL_PREFIX} - dobin hyx -} diff --git a/app-editors/hyx/hyx-2021.06.09.ebuild b/app-editors/hyx/hyx-2021.06.09.ebuild @@ -0,0 +1,22 @@ +EAPI=8 + +DESCRIPTION="A minimal Linux console hex editor" +HOMEPAGE="https://yx7.cc/code" +SRC_URI="https://yx7.cc/code/hyx/${P}.tar.xz" + +SLOT=0 +IUSE="+static" + +src_configure() { + default + + if use static; then + export CFLAGS="${CFLAGS} -static" + fi +} + +src_install() { + emake DESTDIR="${D}" + into ${EPREFIX}${LOCAL_PREFIX} + dobin hyx +}