summaryrefslogtreecommitdiff
path: root/app-editors/hyx/hyx-2021.06.09.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-05-25 00:07:14 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-05-25 00:07:14 +0100
commitf8999218b5a6eafa151e7367030cbfdb69e045ed (patch)
tree0d0e9293bcb75153cd18542369fa789ede9338a0 /app-editors/hyx/hyx-2021.06.09.ebuild
parentaa4954f71a3ba2293395a8cce2321a70c39c7554 (diff)
gentoo auto-resync : 25:05:2024 - 00:07:14
Diffstat (limited to 'app-editors/hyx/hyx-2021.06.09.ebuild')
-rw-r--r--app-editors/hyx/hyx-2021.06.09.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/app-editors/hyx/hyx-2021.06.09.ebuild b/app-editors/hyx/hyx-2021.06.09.ebuild
deleted file mode 100644
index 4877bc384b3b..000000000000
--- a/app-editors/hyx/hyx-2021.06.09.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A minimalistic console hex editor with vim-like controls"
-HOMEPAGE="https://yx7.cc/code/"
-SRC_URI="https://yx7.cc/code/hyx/${P}.tar.xz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-PATCHES=(
- # Avoid complaining about not respecting LDFLAGS
- "${FILESDIR}/${PN}-ldflags.patch"
-)
-
-src_compile() {
- CC=$(tc-getCC) emake
-}
-
-src_install() {
- dobin hyx
-}