summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-web/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'linhes/linhes-web/PKGBUILD')
-rw-r--r--linhes/linhes-web/PKGBUILD17
1 files changed, 17 insertions, 0 deletions
diff --git a/linhes/linhes-web/PKGBUILD b/linhes/linhes-web/PKGBUILD
new file mode 100644
index 0000000..7cde68f
--- /dev/null
+++ b/linhes/linhes-web/PKGBUILD
@@ -0,0 +1,17 @@
+pkgname=linhes-web
+pkgver=9.0.0
+pkgrel=1
+conflicts=()
+pkgdesc="LinHES local website"
+depends=()
+makedepends=()
+arch=('x86_64')
+license=('GPL')
+source=(website.tar.gz)
+sha256sums=('6ff99589d225826d86bd1911aa0223f3c9668c02ff15e7bc607e52d90cca20ae')
+
+package() {
+ mkdir -p $pkgdir/data/srv/httpd/htdocs/
+ cp -rp $srcdir/website/contents/* $pkgdir/data/srv/httpd/htdocs
+ chmod -R 755 $pkgdir/data/srv/httpd/htdocs
+}