pkgname: 'alsa-utils' pkgver: '1.2.16' pkgrel: '1' pkgdesc: 'Utilities for configuring and using ALSA' url: 'https://www.alsa-project.org/wiki/Main_Page' arch: x86_64 depends: - gawk - dialog makedepends: - 'alsa-lib' - xmlto - libsamplerate source: - 'https://www.alsa-project.org/files/pub/utils/${pkgname}-${pkgver}.tar.bz2' sha256sums: - SKIP hooks: 'post-install': | name=alsa-utils version=1.2.16 release=1 mkdir -p var/lib/alsa alsactl -L store build: | cd ${pkgname}-${pkgver} ./configure --prefix=/usr \ --sbindir=/usr/bin \ --disable-alsaconf \ --disable-bat \ --disable-xmlto \ --with-curses=ncursesw make make DESTDIR=${PKGDIR} install package: | true