summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: be8d059867c2f66bae5aa75a23a4b3338cd524e1 (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.33.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=('85845361afbd58dddd327fd58ae48514b6efdd4b767e4a12ce274ad98fc51daa')

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