summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 2db1671080557ae8cf3d1c85a7fcaaf47d0b074c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Louis Solofrizzo <louis@ne02ptzero.me>
pkgname=shayla
pkgver=1.1
pkgrel=1
pkgdesc="A fast and simple static site generator"
arch=("x86_64")
url="https://git.sr.ht/~ne02ptzero/shayla"
license=("GPL3")
provides=("shayla")
conflicts=("shayla-git")
source=("https://s3.fr-par.scw.cloud/ne02ptzero-binaries/${pkgname}/${pkgver}/x86_64/shayla")
sha256sums=('ce12570f4dc9c5d8650475e8ac8b73ac64dc6b2f74932bd0d878de2ef3c3472d')

package() {
    mkdir -p ${pkgdir}/usr/bin/
    cp ${pkgname} ${pkgdir}/usr/bin/${pkgname}
    chmod +x ${pkgdir}/usr/bin/${pkgname}
}