summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwo2ni2023-11-05 17:45:17 +0800
committerwo2ni2023-11-05 17:45:17 +0800
commit972ffb9d021fd9961d127f82570eea988e81f4ab (patch)
tree17ae1e68311e42d50d3b03c3fbb80d23978b740d
downloadaur-972ffb9d021fd9961d127f82570eea988e81f4ab.tar.gz
mk870-keyboard-fix package
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD16
2 files changed, 26 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..218ded59fcc8
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,10 @@
+pkgbase = mk870-keyboard-fix
+ pkgdesc = mk870 customized keyboard, key position repair.
+ pkgver = 0.1
+ pkgrel = 1
+ arch = any
+ license = MIT
+ source = mk870-keyboard-fix.conf
+ sha256sums = 963f859855c58aee7e18df0f9bd570609d7b3246f9d9124ffd28b562a9ad11ae
+
+pkgname = mk870-keyboard-fix
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e3a813e16e9c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,16 @@
+# Maintainer: BadBoy <luckmelove2@gmail.com>
+
+pkgname='mk870-keyboard-fix'
+pkgver='0.1'
+pkgrel='1'
+pkgdesc='mk870 customized keyboard, key position repair.'
+arch=('any')
+license=('MIT')
+source=("${pkgname}".conf)
+
+sha256sums=('963f859855c58aee7e18df0f9bd570609d7b3246f9d9124ffd28b562a9ad11ae')
+
+package() {
+ install -dm755 "${pkgdir}"/etc/modprobe.d
+ install -Dm644 "${srcdir}/${pkgname}.conf" "${pkgdir}"/etc/modprobe.d
+}