# Maintainer: Stavros Polymenis pkgname=portal pkgver=0.1.6 pkgrel=1 pkgdesc="A personal portal system. Alpha version, do not install unless you know what you are doing" arch=(any) url="http://orbitalfox.com" license=('LGPL3') groups=() depends=(sudo postfix dovecot nginx) makedepends=() optdepends=(yamado) provides=("portal") conflicts=() replaces=() options=() install="portal.install" changelog= source=(#"git+https://github.com/orbifx/portal.git" https://github.com/orbifx/portal/releases/download/v0.2-beta/portal.tar.gz) noextract=() md5sums=('f4ba827fe5398a9afcb869bbfa450c54') package() { install -Dm544 portal "$pkgdir/usr/bin/portal" install -Dm544 portal-postconf "$pkgdir/usr/bin/portal-postconf" install -Dm544 portal-doveconf "$pkgdir/usr/bin/portal-doveconf" install -Dm440 ../portal.sudo "${pkgdir}/etc/sudoers.d/${pkgname}" install -Dm544 ../master.cf "$pkgdir/usr/share/portal/master.cf" install -Dm544 ../10-master.conf "$pkgdir/usr/share/portal/10-master.conf" }