mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 20:43:09 -04:00
net-im/catgirl: initial import
Signed-off-by: Anna Vyalkova <cyber@sysrq.in>
This commit is contained in:
1
net-im/catgirl/Manifest
Normal file
1
net-im/catgirl/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST catgirl-1.7.tar.gz 60329 BLAKE2B 03a1c001869cf268eb88f3ff7a0f9e218e0235b94b80426df74f4d0f020cd97ffdd8840a7e37c805aaad487c6b3d444d160b0b0b5e459a8e23f728cb10a1e7e1 SHA512 b79971d36ee1b3a3e03a6387443efea8b479fc9fe3ac0506f243f9ee81458eba68d6fd21a68d0846d7d9fffa998adc041ef3671f20cdf220ff19e7b9140c7b45
|
||||
24
net-im/catgirl/catgirl-1.7.ebuild
Normal file
24
net-im/catgirl/catgirl-1.7.ebuild
Normal file
@@ -0,0 +1,24 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
DESCRIPTION="TLS-only terminal IRC client"
|
||||
HOMEPAGE="https://git.causal.agency/catgirl/about/"
|
||||
SRC_URI="https://git.causal.agency/${PN}/snapshot/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
DEPEND="dev-libs/libretls
|
||||
sys-libs/ncurses
|
||||
"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
DOCS=( README.7 scripts/chat.tmux.conf )
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${EPREFIX}"/usr
|
||||
}
|
||||
15
net-im/catgirl/metadata.xml
Normal file
15
net-im/catgirl/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<name>June Bug</name>
|
||||
<email>june@causal.agency</email>
|
||||
</maintainer>
|
||||
<bugs-to>mailto:list+catgirl@causal.agency</bugs-to>
|
||||
</upstream>
|
||||
<maintainer type="person">
|
||||
<email>cyber+gentoo@sysrq.in</email>
|
||||
<name>Anna</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user