remove EAPI=6 ebuilds that are superceded
[sgilles-overlay.git] / app-text / hyshow / hyshow-0.1.ebuild
blob17666df8e30e74f6dabc31b679cdcc7162067441
1 # Copyright 1999-2020 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=8
6 DESCRIPTION="A toy interface to dev-libs/hyphen"
7 HOMEPAGE=""
8 SRC_URI=""
10 LICENSE="ISC"
11 SLOT="0"
12 KEYWORDS="alpha amd64 ~arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv s390 ~sh sparc x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
14 DEPEND="dev-libs/hyphen"
16 src_unpack() {
17         mkdir -p "${P}"
18         cp "${FILESDIR}/Makefile" "${P}/Makefile"
19         cp "${FILESDIR}/hyshow.c" "${P}/hyshow.c"
22 src_install() {
23         dobin hyshow