You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-misc/wtf/wtf-20200518.ebuild

31 lines
664 B

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit prefix
DESCRIPTION="Translates acronyms for you"
HOMEPAGE="http://netbsd.org/"
SRC_URI="https://sourceforge.net/projects/bsd${PN}/files/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~s390 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
IUSE=""
DEPEND="!games-misc/bsd-games"
RDEPEND="${DEPEND}"
src_prepare() {
default
hprefixify wtf
}
src_install() {
dobin wtf
doman wtf.6
insinto /usr/share/misc
doins acronyms*
}