umorpha-boxes/pkg/umorpha-www/PKGBUILD

24 lines
501 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-12 16:13:04 +00:00
pkgver=2024.02.09.1
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)
2024-02-12 16:13:04 +00:00
source=("git+https://git.mothstuff.lol/lukeshu/web.git#commit=e6d64bde693fcda92555e3e19fc5bfedfc20e7d5")
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"
}