summary refs log tree commit diff
path: root/app-misc/ufetch/ufetch-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app-misc/ufetch/ufetch-9999.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-misc/ufetch/ufetch-9999.ebuild b/app-misc/ufetch/ufetch-9999.ebuild
new file mode 100644
index 0000000..f9f66af
--- /dev/null
+++ b/app-misc/ufetch/ufetch-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3
+
+DESCRIPTION="Tiny system info for Unix-like operating systems"
+HOMEPAGE="https://gitlab.com/jschx/ufetch"
+EGIT_REPO_URI="https://gitlab.com/jschx/ufetch"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_install() {
+	exeinto /usr/bin
+	newexe ufetch-gentoo ufetch
+}

Consider giving Nix/NixOS a try! <3