summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 6b3664b8783cdbf213a9596d3d8be255b7f16a86 (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.35.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://cdn.getpublii.com/Publii-$pkgver.rpm")
sha256sums=('8f48bba1a779a8c93ca35a2b40dd331c18d56934c58e6590452639d13575d6e4')

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