umorpha-boxes/pkg/umorpha-www/PKGBUILD

24 lines
499 B
Bash
Raw Normal View History

2024-02-08 20:49:56 +00:00
# Maintainer: Luke T. Shumaker <lukeshu@umorpha.io>
pkgname=umorpha-www
2024-02-09 18:04:02 +00:00
pkgver=2024.02.09
2024-02-08 20:49:56 +00:00
pkgrel=1
arch=('any')
pkgdesc='Umorpha website'
url="https://git.mothstuff.lol/lukeshu/web"
license=('AGPL')
2024-02-09 18:04:02 +00:00
makedepends=() #go tidy python-jsbeautifier)
source=("git+https://git.mothstuff.lol/lukeshu/web.git#commit=4e54bb0d1505ce89acdee43ab81081b6d951397d")
2024-02-08 20:49:56 +00:00
sha256sums=('SKIP')
build() {
cd web
make
}
package() {
cd web
install -d "$pkgdir/srv/http"
cp -r static "$pkgdir/srv/http/www.umorpha.io"
}