summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor2019-02-23 22:11:42 +0600
committerEgor2019-02-23 22:13:25 +0600
commit281a9301f771a27e941a00d1958e7532ef93042a (patch)
tree3c8bbfeb77762376c998eadc73e4a728a4a59a0a
downloadaur-281a9301f771a27e941a00d1958e7532ef93042a.tar.gz
Init PKGBUILD
-rw-r--r--.SRCINFO16
l---------PKGBUILD1
2 files changed, 17 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..29a1751e4859
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+pkgbase = funcd-git
+ pkgdesc = Daemon for functional keys (works without X11)
+ pkgver = r18.7b21009
+ pkgrel = 1
+ url = https://github.com/malyutinegor/funcd
+ arch = x86_64
+ arch = i686
+ license = MIT
+ makedepends = go
+ depends = alsa-utils
+ depends = xorg-xinput
+ source = funcd::git+https://github.com/malyutinegor/funcd.git
+ sha256sums = SKIP
+
+pkgname = funcd-git
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 120000
index 000000000000..d78273b012cb
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1 @@
+/home/egorcod/go/src/github.com/malyutinegor/funcd/build/PKGBUILD \ No newline at end of file