summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim2015-06-10 22:28:35 +0200
committerJörg Thalheim2015-06-10 22:28:35 +0200
commitfa3798e1671fab7126a1bbda31c659cc22a03578 (patch)
tree4cdb35283791ed21682f16c8aee61888e6ede2e4
downloadaur-jabber-migrate.tar.gz
Initial import
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD17
2 files changed, 30 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..5f850e04da1b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = jabber-migrate
+ pkgdesc = Migrate roster from one jabber server to another
+ pkgver = 0.1
+ pkgrel = 1
+ url = https://github.com/spiculator/jabber-migrate
+ arch = any
+ license = MIT
+ depends = perl-net-jabber
+ source = https://github.com/spiculator/jabber-migrate/archive/v0.1.tar.gz
+ md5sums = e204690a11eef589f5c00ee64dd0191c
+
+pkgname = jabber-migrate
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..e55653bf2283
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,17 @@
+# Maintainer: Joerg Thalhiem <joerg@higgsboson.tk>
+
+pkgname=jabber-migrate
+pkgver=0.1
+pkgrel=1
+pkgdesc="Migrate roster from one jabber server to another"
+arch=('any')
+url="https://github.com/spiculator/jabber-migrate"
+license=('MIT')
+depends=('perl-net-jabber')
+source=("https://github.com/spiculator/jabber-migrate/archive/v0.1.tar.gz")
+
+package() {
+ cd ${srcdir}/jabber-migrate-$pkgver
+ install -D -m755 jabber-migrate $pkgdir/usr/bin/jabber-migrate
+}
+md5sums=('e204690a11eef589f5c00ee64dd0191c')