added 60 ports

This commit is contained in:
2022-02-05 15:39:19 -05:00
parent 88c4996e65
commit 516c20d78a
277 changed files with 52093 additions and 0 deletions

7
catgirl/.footprint Normal file
View File

@@ -0,0 +1,7 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/catgirl
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/catgirl.1.gz

1
catgirl/.md5sum Normal file
View File

@@ -0,0 +1 @@
74e142ffa7e61ec5a32424550128336f catgirl-2.0.tar.gz

5
catgirl/.signature Normal file
View File

@@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/jmq.pub
RWTTPlFarK9CxJfa/qw0WTqyqrLbnlx8bKNFChQmzv+8mA9TGEReoJqBUhj5ug/ssUQAzd6fHLrlT8U+XFEvbVa33GvM2iTTOQY=
SHA256 (Pkgfile) = 70a4c0b7f0fde85919c953e23cf202049b0552531dc586e5fb8eb7bc2105b09a
SHA256 (.footprint) = c6afe4fe8aaa4d6b0ecfd10152055cd0282227a722c7a2b11481bba4bd7c2137
SHA256 (catgirl-2.0.tar.gz) = ae4ea7bdfc9a17127fec937dd8be6d0eb6939e07df55beaefd4edd6cd8caf632

15
catgirl/Pkgfile Normal file
View File

@@ -0,0 +1,15 @@
# 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.0
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
}