summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8af1752de1ac4898536466457d6232648d0cddc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Maintainer: Julian Xhokaxhiu <info at julianxhokaxhiu dot com>
pkgname=publii
pkgver=0.40.2
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=('x86_64')
url="https://github.com/GetPublii/Publii"
license=('MIT')
source=("https://getpublii.com/download/Publii-$pkgver.rpm")
sha256sums=('805c35e34f559f9771be504c790b491f908177e29c99f7267903c1f8a122737b')

package() {
  bsdtar -xpf "${srcdir}/Publii-$pkgver.rpm" -C $pkgdir
}