summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorleela2016-01-02 00:00:37 +1100
committerleela2016-01-02 00:00:37 +1100
commit7d4dda7e26325f3f987c17e4c4a6785b75c88ab4 (patch)
tree30e59b027ef8f1dfe8b9cdc242f69531d2c349ab
downloadaur-7d4dda7e26325f3f987c17e4c4a6785b75c88ab4.tar.gz
Initial import
-rw-r--r--.SRCINFO16
-rw-r--r--LICENSE23
-rw-r--r--PKGBUILD31
-rw-r--r--znc-push-git-v1.0.0.r116.g717a2b1-1.src.tar.gzbin0 -> 816 bytes
4 files changed, 70 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..e21c58cc9550
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,16 @@
+# Generated by mksrcinfo v8
+# Fri Jan 1 12:55:07 UTC 2016
+pkgbase = znc-push-git
+ pkgdesc = ZNC Push is a module for ZNC that will send notifications to multiple push notification services
+ pkgver = v1.0.0.r116.g717a2b1
+ pkgrel = 1
+ url = http://noswap.com/projects/znc-push
+ arch = i686
+ arch = x86_64
+ license = MIT
+ depends = znc
+ source = git+https://github.com/jreese/znc-push.git
+ sha256sums = SKIP
+
+pkgname = znc-push-git
+
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..575971fe9bf2
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,23 @@
+Copyright (c) 2014 John Reese
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..dfc61fddfc92
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,31 @@
+# Maintainer: Leela Ross <leela@leela-ross.com>
+pkgname=znc-push-git
+pkgver=v1.0.0.r116.g717a2b1
+pkgrel=1
+pkgdesc="ZNC Push is a module for ZNC that will send notifications to multiple push notification services"
+arch=('i686' 'x86_64')
+url="http://noswap.com/projects/znc-push"
+license=('MIT')
+depends=('znc')
+source=("git+https://github.com/jreese/znc-push.git")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd znc-push
+ ( set -o pipefail
+ git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g' ||
+ printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ )
+}
+
+build() {
+ cd znc-push
+ znc-buildmod push.cpp
+}
+
+package() {
+ cd znc-push
+ install -Dm755 push.so "$pkgdir/usr/lib/znc/push.so"
+ install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
diff --git a/znc-push-git-v1.0.0.r116.g717a2b1-1.src.tar.gz b/znc-push-git-v1.0.0.r116.g717a2b1-1.src.tar.gz
new file mode 100644
index 000000000000..3dc8b3f45d5d
--- /dev/null
+++ b/znc-push-git-v1.0.0.r116.g717a2b1-1.src.tar.gz
Binary files differ