summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author7Ji2022-11-06 20:30:16 +0800
committer7Ji2022-11-06 20:30:16 +0800
commit69762aabc11e8c9f526ebd527ac4940b4786691d (patch)
tree079ae1713bdd8641d5645e111f64fe474b0a57f5
downloadaur-69762aabc11e8c9f526ebd527ac4940b4786691d.tar.gz
init commit
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD23
2 files changed, 39 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..fcc126cfcc56
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = linux-firmware-amlogic-ophub
+ pkgdesc = Firmware files for Linux - mainly for Amlogic platform, collected by ophub
+ pkgver = 20220916
+ pkgrel = 1
+ url = https://github.com/ophub/amlogic-s9xxx-armbian/raw/main/build-armbian/amlogic-armbian/firmware.tar.xz
+ arch = aarch64
+ license = GPL2
+ license = GPL3
+ license = custom
+ provides = linux-firmware=20220916
+ conflicts = linux-firmware
+ options = !strip
+ source = https://github.com/ophub/amlogic-s9xxx-armbian/raw/main/build-armbian/amlogic-armbian/firmware.tar.xz
+ sha256sums = 0fe946da8ef60465b21356493c80481ec36f31e8e492ee816f2eeff999757e36
+
+pkgname = linux-firmware-amlogic-ophub
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..0dc99cfc5ea3
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: 7Ji <pugokughin@gmail.com>
+
+pkgname=linux-firmware-amlogic-ophub
+pkgver=20220916
+pkgrel=1
+pkgdesc="Firmware files for Linux - mainly for Amlogic platform, collected by ophub"
+arch=('aarch64')
+url="https://github.com/ophub/amlogic-s9xxx-armbian/raw/main/build-armbian/amlogic-armbian/firmware.tar.xz"
+license=('GPL2' 'GPL3' 'custom')
+provides=("linux-firmware=${pkgver}")
+conflicts=('linux-firmware')
+options=(!strip)
+source=(
+ "${url}"
+)
+sha256sums=(
+ '0fe946da8ef60465b21356493c80481ec36f31e8e492ee816f2eeff999757e36'
+)
+
+package() {
+ install -d -m 755 "${pkgdir}"/usr
+ mv -v "${srcdir}/lib" "${pkgdir}/usr/"
+} \ No newline at end of file