agvxov-overlay/dev-util/nfix/nfix-9999.ebuild
2024-11-02 14:40:40 +01:00

21 lines
398 B
Bash

# Copyright 2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
EGIT_REPO_URI="https://bis64wqhh3louusbd45iyj76kmn4rzw5ysawyan5bkxwyzihj67c5lid.onion/anon/nfix.git"
inherit git-r3-tor
DESCRIPTION="Clean up after ncurses."
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="amd64 x86"
BDEPEND="dev-build/make"
RDEPEND="sys-libs/ncurses"
src_install() {
dobin nfix
}