🔒 Repository is read-only – file editing is disabled.

recipes/gui/cmus/PAGBUILD.yaml main

30 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930
pkgname: cmus
pkgver: '2.12.0'
pkgrel: '4'
pkgdesc: Small and fast music player using the ncurses library
url: 'https://cmus.github.io/'
arch: x86_64
license:
- GPL
depends: []
makedepends:
- alsa-lib
- alsa-plugins
- flac
- libid3tag
- libmad
- libogg
- libmpcdec
- libvorbis
source:
- 'https://github.com/cmus/cmus/archive/v${pkgver}.tar.gz'
sha256sums:
- 44b96cd5f84b0d84c33097c48454232d5e6a19cd33b9b6503ba9c13b6686bfc7
build: |
  cd ${pkgname}-${pkgver}

  ./configure prefix=/usr mandir=/usr/man CONFIG_ARTS=n
  make
  make DESTDIR=${PKGDIR} install install-man
package: |
  true