ports/contrib (3.6): s-cdda-to-db: new port
commit 3d39ac31584c74dfb3446a0831ce169571939946 Author: Steffen Nurpmeso <steffen@sdaoden.eu> Date: Wed Dec 30 22:27:53 2020 +0100 s-cdda-to-db: new port diff --git a/s-cdda-to-db/.footprint b/s-cdda-to-db/.footprint new file mode 100644 index 000000000..ce96908b2 --- /dev/null +++ b/s-cdda-to-db/.footprint @@ -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-to-db +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-to-db.1.gz diff --git a/s-cdda-to-db/.signature b/s-cdda-to-db/.signature new file mode 100644 index 000000000..768e07ec0 --- /dev/null +++ b/s-cdda-to-db/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/stenur.pub +RWQEMWjN1NA434vC7uFMjj8ngrCO0ds2bM0vx79cV4JYXOUl+pAe5+7Gcb4HS6fnQhaSC3JNJJQa7RetOIASLihrCkJZB2WFUQ4= +SHA256 (Pkgfile) = 53d673a0134275f0ba15ef37010dff75388cc594355ed4a0b9733e59af6d8440 +SHA256 (.footprint) = 078ac3ecae6a7a954cf0f4cf5964e8cc81f1a38133f997146efa1221b536c65c +SHA256 (s-cdda-to-db-0.6.1.tar.gz) = 881c589d5a77fda2b51294eb5216c43a97a8840cbc0744e452e79e96834c76c9 diff --git a/s-cdda-to-db/Pkgfile b/s-cdda-to-db/Pkgfile new file mode 100644 index 000000000..162622200 --- /dev/null +++ b/s-cdda-to-db/Pkgfile @@ -0,0 +1,16 @@ +# Description: S-cdda-to-db: use S-cdda to create music database +# URL: https://git.sdaoden.eu/cgit/s-toolbox.git +# Maintainer: Steffen Nurpmeso, steffen at sdaoden dot eu +# Depends on: s-cdda + +name=s-cdda-to-db +version=0.6.1 +release=1 +source=(https://ftp.sdaoden.eu/$name-$version.tar.gz) + +build() { + cd $name-$version + make install DESTDIR=$PKG PREFIX=/usr +} + +# s-sh-mode
participants (1)
-
crux@crux.nu