summary refs log tree commit diff
path: root/app-misc/tty-clock/tty-clock-2.3.ebuild
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--app-misc/tty-clock/tty-clock-2.3.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/app-misc/tty-clock/tty-clock-2.3.ebuild b/app-misc/tty-clock/tty-clock-2.3.ebuild
new file mode 100644
index 0000000..8d0ecbb
--- /dev/null
+++ b/app-misc/tty-clock/tty-clock-2.3.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Clock using lib ncurses"
+HOMEPAGE="https://github.com/xorg62/tty-clock"
+SRC_URI="https://github.com/xorg62/${PN}/archive/v${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="sys-libs/ncurses"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+DOCS="README"
+
+src_install() {
+	einstalldocs
+	emake DESTDIR="${D}" PREFIX="/usr" install
+}

Consider giving Nix/NixOS a try! <3