cmus: deleted unmaintained port

This commit is contained in:
Tim Biermann 2021-01-31 18:01:38 +00:00
parent 620ef4b1a5
commit 098a35bb82
3 changed files with 0 additions and 60 deletions

View File

@ -1,36 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/cmus
-rwxr-xr-x root/root usr/bin/cmus-remote
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmus/
drwxr-xr-x root/root usr/lib/cmus/ip/
-rwxr-xr-x root/root usr/lib/cmus/ip/cue.so
-rwxr-xr-x root/root usr/lib/cmus/ip/wav.so
drwxr-xr-x root/root usr/lib/cmus/op/
-rwxr-xr-x root/root usr/lib/cmus/op/oss.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/cmus/
-rw-r--r-- root/root usr/share/cmus/amazon.theme
-rw-r--r-- root/root usr/share/cmus/cyan.theme
-rw-r--r-- root/root usr/share/cmus/default.theme
-rw-r--r-- root/root usr/share/cmus/dracula.theme
-rw-r--r-- root/root usr/share/cmus/gray-88.theme
-rw-r--r-- root/root usr/share/cmus/green-mono-88.theme
-rw-r--r-- root/root usr/share/cmus/green.theme
-rw-r--r-- root/root usr/share/cmus/gruvbox-alt.theme
-rw-r--r-- root/root usr/share/cmus/gruvbox-warm.theme
-rw-r--r-- root/root usr/share/cmus/gruvbox.theme
-rw-r--r-- root/root usr/share/cmus/jellybeans.theme
-rw-r--r-- root/root usr/share/cmus/night.theme
-rw-r--r-- root/root usr/share/cmus/rc
-rw-r--r-- root/root usr/share/cmus/solarized-dark.theme
-rw-r--r-- root/root usr/share/cmus/solarized-light.theme
-rw-r--r-- root/root usr/share/cmus/xterm-white.theme
-rw-r--r-- root/root usr/share/cmus/zenburn.theme
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/cmus-remote.1.gz
-rw-r--r-- root/root usr/share/man/man1/cmus.1.gz
drwxr-xr-x root/root usr/share/man/man7/
-rw-r--r-- root/root usr/share/man/man7/cmus-tutorial.7.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/UXaYzBvZlvPbVP/1+J1+Gq8LrMxcITrj9Tn/uop4RAhWDUCasGTL8oYeQHLE58cVvpycV4i2JUHmEiMUMFb6QM=
SHA256 (Pkgfile) = b3b58ecb0165416af23bfd65bfc0c25c8dc755e642f45a363837a5eeed956c56
SHA256 (.footprint) = 6b7650bfe5f2b504fb077095f2175623f34c809ba594f47d21030281d335c0c0
SHA256 (v2.9.1.tar.gz) = 6fb799cae60db9324f03922bbb2e322107fd386ab429c0271996985294e2ef44

View File

@ -1,19 +0,0 @@
# Description: Small and fast music player using the ncurses library
# URL: https://cmus.github.io/
# Maintainer: Thomas Penteker, tek at serverop dot de
# Optional: alsa-lib flac libao libid3tag libmad libmodplug libmpcdec libvorbis
name=cmus
version=2.9.1
release=1
source=(https://github.com/cmus/cmus/archive/v${version}.tar.gz)
build() {
cd $name-$version
./configure prefix=/usr CONFIG_ARTS=n
make
make DESTDIR=$PKG install install-man
rm -rf $PKG/usr/share/doc
}