summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGiacomo Vercesi2021-10-10 16:36:06 +0200
committerGiacomo Vercesi2021-10-10 16:36:06 +0200
commitde06abbc3af6e982dae28a50af7d4ebecd4e6e17 (patch)
tree43e08a382a2ae3f5f95a3ee99a98f4a5511c7b4b
downloadaur-brltty-dummy.tar.gz
Initial commit
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD22
2 files changed, 33 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..896698e50c66
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,11 @@
+pkgbase = brltty-dummy
+ pkgdesc = brltty dummy package
+ pkgver = 1.0
+ pkgrel = 1
+ url = http://brltty.app
+ arch = any
+ license = MIT
+ provides = brltty
+ conflicts = brltty
+
+pkgname = brltty-dummy
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..c55cb1e7ba31
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: Giacomo Vercesi <mrjackv@hotmail.it>
+
+pkgname=brltty-dummy
+pkgver=1.0
+pkgrel=1
+pkgdesc="brltty dummy package"
+arch=(any)
+url="http://brltty.app"
+license=('MIT')
+depends=()
+conflicts=('brltty')
+provides=('brltty')
+source=()
+sha512sums=()
+
+build() {
+ true
+}
+
+package() {
+ true
+}