fix build for newest ffmpeg
This commit is contained in:
7
catgirl/.footprint
Normal file
7
catgirl/.footprint
Normal 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
|
||||
5
catgirl/.signature
Normal file
5
catgirl/.signature
Normal file
@@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/jmq.pub
|
||||
RWTTPlFarK9CxJkM3H03j9hYUwvtgNjI41E3CW9mjK2hLSlH5cCXRflGt59msCVBCYAEpxsHrdpDG0or1+ukvnQhLviGyU8LCQY=
|
||||
SHA256 (Pkgfile) = 3eb61797ab7562b0ccbfea2cc15cab5aeac27683f1dd2cec83f328c1bd5e9a35
|
||||
SHA256 (.footprint) = c6afe4fe8aaa4d6b0ecfd10152055cd0282227a722c7a2b11481bba4bd7c2137
|
||||
SHA256 (catgirl-2.0a.tar.gz) = 01bcf34ea6ae94f0e9967b70458c387d5c595d4209d8bd0c299bf25aae25beba
|
||||
15
catgirl/Pkgfile
Normal file
15
catgirl/Pkgfile
Normal 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.0a
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user