cruxports/catgirl/Pkgfile

16 lines
391 B
Plaintext

# Description: TLS-only IRC client
# URL: https://git.causal.agency/catgirl/
# Maintainer: John McQuah, jmcquah at disroot dot org
# Depends on: libretls ncurses
name=catgirl
version=2.1
release=1
source=("https://git.causal.agency/$name/snapshot/$name-$version.tar.gz")
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/share/man
make DESTDIR=$PKG install
}