cruxports/catgirl/Pkgfile

16 lines
390 B
Plaintext
Raw Normal View History

2022-02-26 14:04:55 -05:00
# 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
2024-06-24 15:39:05 -04:00
version=2.2a
2022-02-26 14:04:55 -05:00
release=1
2023-08-19 16:08:21 -04:00
source=(https://git.causal.agency/$name/snapshot/$name-$version.tar.gz)
2022-02-26 14:04:55 -05:00
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/share/man
make DESTDIR=$PKG install
}