s-cdda: new port

This commit is contained in:
Steffen Nurpmeso 2020-12-30 22:28:01 +01:00
parent 3d39ac3158
commit f36ef8653f
3 changed files with 27 additions and 0 deletions

7
s-cdda/.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/s-cdda
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/s-cdda.1.gz

5
s-cdda/.signature Normal file
View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/stenur.pub
RWQEMWjN1NA434H6R7s4Sb+NmaJmDiIBtcfVjVk3OTR9MQTVZtp2yWxkANhC4KmTX5VdTpbIXKO8ym3/aN3pHTNWUUrWYmmq4Qs=
SHA256 (Pkgfile) = 53f5829c2080c2c2ca703afc140c8c0550f7c5e403880686fc0f2b5127bdc88b
SHA256 (.footprint) = 1b7440aa1b6f13df9f9af620556d465d76b074c973d122d841d9d4d3453ecc90
SHA256 (s-cdda-0.8.4.tar.gz) = 254073e5e94874ad9c243ba15240973a510f6e9f8345d38f00e03081bcc749dd

15
s-cdda/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# Description: S-cdda: access audio CDs (informations and track data)
# URL: https://git.sdaoden.eu/cgit/s-toolbox.git
# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu
name=s-cdda
version=0.8.4
release=1
source=(https://ftp.sdaoden.eu/$name-$version.tar.gz)
build() {
cd $name-$version
make install DESTDIR=$PKG PREFIX=/usr
}
# s-sh-mode