cmus: 2.11.0
This commit is contained in:
parent
682075d4a1
commit
6a113cacf8
4 changed files with 69 additions and 0 deletions
47
cmus/.footprint
Normal file
47
cmus/.footprint
Normal file
|
@ -0,0 +1,47 @@
|
|||
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/aac.so
|
||||
-rwxr-xr-x root/root usr/lib/cmus/ip/cue.so
|
||||
-rwxr-xr-x root/root usr/lib/cmus/ip/flac.so
|
||||
-rwxr-xr-x root/root usr/lib/cmus/ip/mad.so
|
||||
-rwxr-xr-x root/root usr/lib/cmus/ip/vorbis.so
|
||||
-rwxr-xr-x root/root usr/lib/cmus/ip/wav.so
|
||||
-rwxr-xr-x root/root usr/lib/cmus/ip/wavpack.so
|
||||
drwxr-xr-x root/root usr/lib/cmus/op/
|
||||
-rwxr-xr-x root/root usr/lib/cmus/op/alsa.so
|
||||
-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/spotify.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/doc/
|
||||
drwxr-xr-x root/root usr/share/doc/cmus/
|
||||
drwxr-xr-x root/root usr/share/doc/cmus/examples/
|
||||
-rwxr-xr-x root/root usr/share/doc/cmus/examples/cmus-status-display
|
||||
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
|
1
cmus/.md5sum
Normal file
1
cmus/.md5sum
Normal file
|
@ -0,0 +1 @@
|
|||
6c4137c6994d26f95a3bceff4fc17047 v2.11.0.tar.gz
|
5
cmus/.signature
Normal file
5
cmus/.signature
Normal file
|
@ -0,0 +1,5 @@
|
|||
untrusted comment: verify with /etc/ports/d77crux.pub
|
||||
RWT0dvMs3lAWkMWOUJ1Vi9MHkNS9bLVt5sH/+7t/WL/KP5YCH5l1UqpDf5eqG1+A0H/cifW+05Qktw6KRsbez0UM1a1mKvN6ZQ0=
|
||||
SHA256 (Pkgfile) = 1f5a664b4662ec8b750660e961444603e5f0e5e1aab3af75130429402cebafef
|
||||
SHA256 (.footprint) = 206889f4d5785879c1f99250a5ed75ea86846e8e511631d39ab6353dd52d2c02
|
||||
SHA256 (v2.11.0.tar.gz) = 2bbdcd6bbbae301d734214eab791e3755baf4d16db24a44626961a489aa5e0f7
|
16
cmus/Pkgfile
Normal file
16
cmus/Pkgfile
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Description: cmus is a small, fast and powerful console music player for Unix-like operating systems.
|
||||
# URL: https://cmus.github.io/
|
||||
# Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
|
||||
# Depends on: alsa-oss flac opus libvorbis wavpack libmad faad2 libcdio
|
||||
|
||||
name=cmus
|
||||
version=2.11.0
|
||||
release=1
|
||||
source=(https://github.com/cmus/cmus/archive/refs/tags/v$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
./configure prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
Loading…
Reference in a new issue