summaryrefslogtreecommitdiff
path: root/sys-apps/lnxhc/lnxhc-1.2-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2023-05-14 22:02:07 +0100
committerV3n3RiX <venerix@koprulu.sector>2023-05-14 22:02:07 +0100
commit78db24b58a7f75bf18548cbf5c3b210f2f33f2f4 (patch)
tree53f180d30387a94fd028e0c5a10635621ebeb98f /sys-apps/lnxhc/lnxhc-1.2-r2.ebuild
parent153fd195574cc30040446316bb666af0e58d985f (diff)
gentoo auto-resync : 14:05:2023 - 22:02:07
Diffstat (limited to 'sys-apps/lnxhc/lnxhc-1.2-r2.ebuild')
-rw-r--r--sys-apps/lnxhc/lnxhc-1.2-r2.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-apps/lnxhc/lnxhc-1.2-r2.ebuild b/sys-apps/lnxhc/lnxhc-1.2-r2.ebuild
new file mode 100644
index 000000000000..03d438a114c2
--- /dev/null
+++ b/sys-apps/lnxhc/lnxhc-1.2-r2.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Linux Health Checker"
+HOMEPAGE="http://lnxhc.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="EPL-1.0"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="
+ >=dev-lang/perl-5.8
+ dev-perl/XML-Parser
+"
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.2-usrlocal.patch
+ "${FILESDIR}"/${PN}-1.2-ifconfig-path.patch
+)