Commit: d7445dc36c2739d5d3b800b7054ab4aaa79e098b Parent: ec6f0e75cee4a2c67f5522a8af0f690233fb8a16 Author: Randy Palamar Date: Thu, 2 Jan 2025 07:29:30 -0700 drop app-editors/hyx use opkg for this Diffstat:
D | app-editors/hyx/Manifest | | | 1 | - |
D | app-editors/hyx/hyx-2021.06.09.ebuild | | | 22 | ---------------------- |
2 files changed, 0 insertions(+), 23 deletions(-)
diff --git a/app-editors/hyx/Manifest b/app-editors/hyx/Manifest @@ -1 +0,0 @@ -DIST hyx-2021.06.09.tar.xz 13864 BLAKE2B 2c97364e1ae185e7dd63fdfb452637cb68b8ab0d76d0009ce515d6f0fe709d38b910f86dfa465ac6843c88feb997dfdc3c736e21bb0b4265a39440c054f75251 SHA512 43f990e29ce097f8e2378a4511a3097e2576fd72e16f3b5c81688702487c8715e7189cb4a368e344c5440a90a1c759d2f76e7831ab401fa814f7e5ff7e145bd8 diff --git a/app-editors/hyx/hyx-2021.06.09.ebuild b/app-editors/hyx/hyx-2021.06.09.ebuild @@ -1,22 +0,0 @@ -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 -}