summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJulian Xhokaxhiu2018-12-10 23:18:28 +0100
committerJulian Xhokaxhiu2018-12-10 23:18:28 +0100
commit07e17e40d1c130dca868b93bcbee78e27da8019c (patch)
treee36772dcf6e841108ecfff71bb268ce85b28f1cf /PKGBUILD
downloadaur-07e17e40d1c130dca868b93bcbee78e27da8019c.tar.gz
0.31.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 14 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..81b34d6b604f
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,14 @@
+# Maintainer: Julian Xhokaxhiu <info at julianxhokaxhiu dot com>
+pkgname=publii
+pkgver=0.31.3
+pkgrel=1
+pkgdesc="Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners"
+arch=('i686' 'x86_64')
+url="https://github.com/GetPublii/Publii"
+license=('MIT')
+source=("https://cdn.getpublii.com/Publii_$pkgver.rpm")
+sha256sums=('0879c5f000455b1df57e183d8248b3981104b2fd2273c4b07c7b4298356c2d1a')
+
+package() {
+ bsdtar -xpf "${srcdir}/Publii_$pkgver.rpm" -C $pkgdir
+}