Skip to content
Snippets Groups Projects
Commit c93b6b43 authored by Francesco Colista's avatar Francesco Colista
Browse files

testing/postfix-stats: new aport

parent fb6de861
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=postfix-stats
pkgver=1.6
pkgrel=0
pkgdesc="Retrieve stats from postfix"
url="https://github.com/fcolista/postfix-stats"
arch="all"
license="MIT GPL-2.0"
depends="perl"
makedepends="db-dev perl-file-tail perl-apache-session perl-db_file"
source="$pkgname-$pkgver.tar.gz::https://github.com/fcolista/postfix-stats/archive/refs/tags/$pkgver.tar.gz"
build() {
make
}
check() {
return 0 #no check provided
}
package() {
make DESTDIR="$pkgdir" install
install -Dm755 update-mailstats.pl "$pkgdir"/usr/bin/update-mailstats.pl
}
sha512sums="
c833addfa54d8e204c2b784f00d01bbc01bbada7b762f71ad37534f6913328c88b6da8b42e351bae688060df6672482cf257e86108fc85cc4e3779180ec985de postfix-stats-1.6.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment