summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 4ed7bc032ec29616b4758de61b91ce8745afb812 (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.36.0
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://cdn.getpublii.com/Publii-$pkgver.rpm")
sha256sums=('63ea4b524d810b1360f2e698c2ec181c5678e9634f6b04d6bbc3bb62aac61cdb')

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