🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021222324
pkgname: pnmixer
pkgver: v0.7.2
pkgrel: '3'
pkgdesc: The Pnmixer package provides a lightweight volume control with a tray icon.
url: 'https://github.com/nicklan/pnmixer/'
arch: x86_64
depends: []
makedepends:
- alsa-utils
- gtk3
- libnotify
source:
- 'https://github.com/nicklan/pnmixer/releases/download/${pkgver}/pnmixer-${pkgver}.tar.gz'
sha256sums:
- 851c7f82aa420636f7360bed1748520ad46230287435ee38d5325ba5519198d7
build: |
cd ${pkgname}-${pkgver}
mkdir -pv build
cd ../${pkgname}-${pkgver}/build
cmake -DCMAKE_INSTALL_PREFIX=/usr ..
make
make DESTDIR=${PKGDIR} install
package: |
true