summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6479671aa6906441d50ca00558e01b94e1a971e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Maintainer: Mikhail Velichko <efklid@gmail.com>


pkgname=ast-firmware
pkgver=501
pkgrel=1
pkgdesc="Aspeed VGA module from the IPMI"
url="https://www.supermicro.com/support/faqs/faq.cfm?faq=26876"
license=('custom')
arch=('any')
source=("ast_dp501_fw.tar.gz::https://github.com/Labaman/ast-firmware/raw/main/ast_dp501_fw.tar.gz")
sha256sums=('58c24d2d5f5fb2b8eb000aef83b510c0ec95c87cdcd769620e489c589d7ae60a')

build() {
    bsdtar xvf "ast_dp501_fw.tar.gz"
    chmod 644  "${srcdir}/ast_dp501_fw.bin"
}

package() {
    install -Dm644 ${srcdir}/ast_dp501_fw.bin ${pkgdir}/usr/lib/firmware/ast_dp501_fw.bin
}