🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122232425262728
pkgname: snd-korg1212-firmware
pkgver: '20260519'
pkgrel: '1'
pkgdesc: snd-korg1212 - Korg 1212 IO audio device
url: 'https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary'
arch: x86_64
license:
- Custom
depends: []
makedepends:
- rdfind
source:
- WHENCE
- 'https://gitlab.com/kernel-firmware/linux-firmware/-/archive/${pkgver}/linux-firmware-${pkgver}.tar.bz2'
sha256sums:
- SKIP
- 6d24a0a311160a52a084c71bc2af3a87c3cb213c9d04f1523ec08aa8a645b38d
build: |
cd linux-firmware-${pkgver}
# delete this python check as long we don't know what's missing here
sed -i /check_whence.py/d copy-firmware.sh
cp ../WHENCE .
make DESTDIR=${PKGDIR} FIRMWAREDIR=/lib/firmware NUM_JOBS=1 install
install -Dt ${PKGDIR}/usr/share/licenses/${pkgname} -m644 WHENCE
package: |
true