Index: PKGBUILD
===================================================================
--- PKGBUILD (nonexistent)
+++ PKGBUILD (revision 5)
@@ -0,0 +1,38 @@
+#
+# Maintainer: Andrey V.Kosteltsev <kx@radix.pro>
+#
+pkgname=csvn-ui
+pkgver=0.1.5
+pkgrel=2
+pkgdesc='cSvn-ui CGI Script is a web interface for Subversion Repositories'
+arch=('x86_64')
+url='https://csvn.radix.pro'
+license=('custom')
+depends=('file' 'pcre2' 'libxml2' 'md4c')
+source=("https://ftp.radix.pro/pub/csvn-ui/${pkgname}-${pkgver}.tar.xz")
+md5sums=('..Check MD5 sum before Building Package..')
+
+build() {
+ cd ${pkgname}-${pkgver}
+
+ CFLAGS="-O2 -fPIC -Wno-unused-result" \
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-scriptdir=/usr/share/nginx/csvn
+
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+
+ make install DESTDIR="${pkgdir}"
+
+ # Gzip man pages:
+ gzip -9 ${pkgdir}/usr/share/man/man5/csvn-ui.rc.5
+
+ # Install documentation:
+ install -d ${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
+ cp -a ChangeLog LICENSE README README.md doc/ ${pkgdir}/usr/share/doc/${pkgname}-${pkgver}
+}
Index: README
===================================================================
--- README (nonexistent)
+++ README (revision 5)
@@ -0,0 +1,23 @@
+
+Sytem requires:
+ fakeroot, logrotate, nginx, uwsgi
+
+Build time requires:
+ make, binutils, gcc, bison, autoconf, automake, pkgconfig,
+ file (libmagic), pcre2, libxml2, md4c
+
+Runtime requires:
+ libmagic, pcre2, libxml2, md4c
+
+As non-privileged user:
+
+ $ mkdir build
+ $ cp PKGBUILD build/
+ $ cd build/
+ $ makepkg
+
+As root:
+
+ # pacman -U ./csvn-ui-0.1.5-2-x86_64.pkg.tar.zst
+
+After install you have to configure uWsgi and Nginx servers (see: README.md).
Index: .
===================================================================
--- . (nonexistent)
+++ . (revision 5)
Property changes on: .
___________________________________________________________________
Added: svn:ignore
## -0,0 +1,36 ##
+
+autom4te.cache/
+
+Makefile
+Makefile.in
+config.h
+config.h.in
+config.log
+config.status
+compile
+config.guess
+config.sub
+configure
+install-sh
+missing
+stamp-h1
+aclocal.m4
+depcomp
+
+csvncgi/.deps/
+csvncgi/Makefile
+csvncgi/Makefile.in
+
+po/Makefile
+po/Makefile.in
+po/POTFILES
+po/remove-potcdate.sed
+po/stamp-po
+po/*.gmo
+po/*~
+
+m4/intlmacosx.m4
+m4/pkg.m4
+m4/*~
+
+*~