clean cvs header
[gentoo-zh.git] / app-text / asciiio / asciiio-1.ebuild
blob602582c5ea99fa3293111c272ba77316543394a8
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 EAPI=7
6 DESCRIPTION="No nonsense asciicasting for serious hackers"
7 HOMEPAGE="http://ascii.io"
8 SRC_URI="https://raw.github.com/sickill/ascii.io-cli/master/bin/asciiio"
10 LICENSE="as-is"
11 SLOT="0"
12 KEYWORDS="amd64 x86"
13 IUSE=""
15 DEPEND=""
17 RDEPEND="
18 =dev-lang/python-2*
21 S="${WORKDIR}"
23 src_unpack(){
24 cp ${DISTDIR}/asciiio ${S}
27 src_compile(){
28 sed 's/#\!\/usr\/bin\/env python/#\!\/usr\/bin\/python2/g' -i asciiio
31 src_install(){
32 exeinto /usr/bin
33 doexe asciiio