summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2bc4c151d1d611f217ef79572327784cd1a0a61b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Stephanie Hobbs (RX14) <steph@rx14.co.uk>

pkgname=t230c2-firmware
pkgver=1
pkgrel=1
pkgdesc="Geniatech T230C2 firmware files"
arch=('any')
url="https://github.com/osmc/dvb-firmware-osmc"
license=('custom')
source=("https://github.com/osmc/dvb-firmware-osmc/raw/master/dvb-demod-si2168-d60-01.fw"
        "https://github.com/osmc/dvb-firmware-osmc/raw/master/dvb-tuner-si2141-a10-01.fw")
sha256sums=('753e338163d10244837a2fa4ad1258e1f270e3040e21ffa574609814943437c9'
            '29cf0b0d20a3040f8e59b0ed548e9d3d54eda0b2d2869708f7bcee9d7cbf7e34')

package() {
    install -Dm644 "${srcdir}/dvb-demod-si2168-d60-01.fw" "${pkgdir}/usr/lib/firmware/dvb-demod-si2168-d60-01.fw"
    install -Dm644 "${srcdir}/dvb-tuner-si2141-a10-01.fw" "${pkgdir}/usr/lib/firmware/dvb-tuner-si2141-a10-01.fw"
}