Removed dups

This commit is contained in:
2022-02-16 14:53:00 -05:00
parent 1db52d3865
commit 4509022474
30 changed files with 0 additions and 611 deletions

View File

@@ -1,7 +0,0 @@
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

View File

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

View File

@@ -1,5 +0,0 @@
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

View File

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