summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 3a103d75e29a6965655c038bae04d34768e11b98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Maintainer: Julian Xhokaxhiu <info at julianxhokaxhiu dot com>
pkgname=publii
pkgver=0.42.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://getpublii.com/download/Publii-$pkgver.rpm")
sha256sums=('9f2071491393162ebd9a02d71c31dbe8c1ec92dd1bc52423dc48b81415a59caf')

package() {
  bsdtar -xpf "${srcdir}/Publii-$pkgver.rpm" -C $pkgdir
  [ -d $pkgdir/usr/lib/.build-id ] && rm -rf $pkgdir/usr/lib/.build-id
}