diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-06-03 14:32:36 +0000 |
| commit | 93a354611e38a6949add5c2e5ccc93ef79b9755f (patch) | |
| tree | 7fee41752b1047d74c59f8ee046cd62735e7e934 /cmus | |
| parent | 35912580b66e9439f91ea441938828ad8aa33b0d (diff) | |
| download | alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip | |
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'cmus')
| -rw-r--r-- | cmus/.checksum | 1 | ||||
| -rw-r--r-- | cmus/.files | 40 | ||||
| -rw-r--r-- | cmus/abuild | 10 |
3 files changed, 51 insertions, 0 deletions
diff --git a/cmus/.checksum b/cmus/.checksum new file mode 100644 index 00000000..39c694dd --- /dev/null +++ b/cmus/.checksum @@ -0,0 +1 @@ +142c818fb92554f8fbcc2fa8129d5e6e28e87f43339f3324c61c2d7e30c70a53 cmus-v2.12.0.tar.gz diff --git a/cmus/.files b/cmus/.files new file mode 100644 index 00000000..5c8a82c5 --- /dev/null +++ b/cmus/.files @@ -0,0 +1,40 @@ +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/ffmpeg.so +-rwxr-xr-x root/root usr/lib/cmus/ip/vorbis.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/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/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 diff --git a/cmus/abuild b/cmus/abuild new file mode 100644 index 00000000..57697bae --- /dev/null +++ b/cmus/abuild @@ -0,0 +1,10 @@ +name=cmus +version=2.12.0 +release=1 +source="https://github.com/${name}/${name}/archive/v${version}/${name}-v${version}.tar.gz" + +build() { + ./configure prefix=/usr + make + make install install-man +} |