mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-19 20:13:01 -04:00
net-irc/catgirl: edo
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
inherit readme.gentoo-r1 toolchain-funcs
|
inherit edo readme.gentoo-r1 toolchain-funcs
|
||||||
|
|
||||||
DESCRIPTION="TLS-only terminal IRC client"
|
DESCRIPTION="TLS-only terminal IRC client"
|
||||||
HOMEPAGE="https://git.causal.agency/catgirl/about/"
|
HOMEPAGE="https://git.causal.agency/catgirl/about/"
|
||||||
@@ -23,11 +23,10 @@ BDEPEND="virtual/pkgconfig"
|
|||||||
DOCS=( README.7 scripts/chat.tmux.conf )
|
DOCS=( README.7 scripts/chat.tmux.conf )
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
# note: not an autoconf configure script
|
|
||||||
./configure \
|
|
||||||
--prefix="${EPREFIX}"/usr \
|
|
||||||
--mandir="${EPREFIX}"/usr/share/man || die
|
|
||||||
tc-export CC
|
tc-export CC
|
||||||
|
|
||||||
|
# note: not an autoconf configure script
|
||||||
|
edo ./configure --prefix="${EPREFIX}"/usr --mandir="${EPREFIX}"/usr/share/man
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
src_compile() {
|
||||||
|
|||||||
Reference in New Issue
Block a user