www-client/google-chrome: automated update (78.0.3904.108)
[gentoo.git] / app-misc / supercat / supercat-0.5.5-r2.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DESCRIPTION="A text file colorizer using powerful regular expressions"
7 HOMEPAGE="http://supercat.nosredna.net"
8 SRC_URI="http://supercat.nosredna.net/${P}.tar.gz"
9
10 LICENSE="GPL-3"
11 SLOT="0"
12 KEYWORDS="amd64 ppc64 sparc x86 ~amd64-linux ~x86-linux ~x86-macos"
13
14 src_configure() {
15         econf --with-system-directory="${EPREFIX}/etc/supercat"
16 }
17
18 src_install() {
19         default
20 }