summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 70462008068800a145a3d2d41f7c0f280c68cfb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Maintainer: Marc Straube <email@marcstraube.de>
pkgname=apacheadm
pkgver=1.2
pkgrel=1
pkgdesc="Tool to enable and disable apache modules and virtual hosts"
arch=('any')
url="https://github.com/marcstraube/apacheadm"
license=('GPL3')
depends=('apache')
backup=('etc/httpd/conf/mods-available/alias.conf'
        'etc/httpd/conf/mods-available/cgid.conf'
        'etc/httpd/conf/mods-available/dir.conf'
        'etc/httpd/conf/mods-available/headers.conf'
        'etc/httpd/conf/mods-available/log_config.conf'
        'etc/httpd/conf/mods-available/mime.conf'
        'etc/httpd/conf/mods-available/mpm_event.conf'
        'etc/httpd/conf/mods-available/mpm_prefork.conf'
        'etc/httpd/conf/mods-available/mpm_worker.conf'
        'etc/httpd/conf/mods-available/php7.conf'
        'etc/httpd/conf/mods-available/proxy_html.conf'
        'etc/httpd/conf/mods-available/reqtimeout.conf'
        'etc/httpd/conf/mods-available/ssl.conf'
        'etc/httpd/conf/mods-available/unixd.conf')
source=("https://github.com/marcstraube/${pkgname}/archive/${pkgver}.tar.gz")
sha512sums=('bcdfc3ba487f54bc5a08e66c6a6d3625ca587c704c14db5fe825bcaee583f48e766d9874cbf8a6a532c5acc6af3f13bc20d621ae88394446ef2fc8bfdc3df1d6')

package() {
    cd "$pkgname-$pkgver"
    ./install.sh -d "$pkgdir"
}