summaryrefslogtreecommitdiff
path: root/manualPorts/digest-mailer
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-04-10 06:56:42 +0200
committerErich Eckner <git@eckner.net>2019-04-10 06:56:42 +0200
commitba54a6bbb3d918ff3f6ed1588c1abcbb49f1c184 (patch)
treeb41cbdbb645e59928e2d21580252e9ba24da8b7b /manualPorts/digest-mailer
parent2f8e5da48d85231309b957fb6d719b190d91d9fe (diff)
downloadcrux-ports-ba54a6bbb3d918ff3f6ed1588c1abcbb49f1c184.tar.xz
digest-mailer new
Diffstat (limited to 'manualPorts/digest-mailer')
-rw-r--r--manualPorts/digest-mailer/.footprint12
-rw-r--r--manualPorts/digest-mailer/.md5sum1
-rw-r--r--manualPorts/digest-mailer/.signature5
-rwxr-xr-xmanualPorts/digest-mailer/Pkgfile19
4 files changed, 37 insertions, 0 deletions
diff --git a/manualPorts/digest-mailer/.footprint b/manualPorts/digest-mailer/.footprint
new file mode 100644
index 0000000..b9480d4
--- /dev/null
+++ b/manualPorts/digest-mailer/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root etc/
+-rw-r--r-- root/root etc/digest-mailer.conf
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/digest-mailer
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/digest-mailer.1.gz
+drwxr-xr-x root/root var/
+drwxr-xr-x root/root var/lib/
+drwxrwxrwt root/root var/lib/digest-mailer/
diff --git a/manualPorts/digest-mailer/.md5sum b/manualPorts/digest-mailer/.md5sum
new file mode 100644
index 0000000..9dd38a8
--- /dev/null
+++ b/manualPorts/digest-mailer/.md5sum
@@ -0,0 +1 @@
+4a1c7c7ab64ee0b77b9664b653da0b00 digest-mailer-0.3.tar.xz
diff --git a/manualPorts/digest-mailer/.signature b/manualPorts/digest-mailer/.signature
new file mode 100644
index 0000000..6f45b95
--- /dev/null
+++ b/manualPorts/digest-mailer/.signature
@@ -0,0 +1,5 @@
+untrusted comment: verify with /etc/ports/deepthought.pub
+RWQxCptPusLGGkq/BwTe+b3dSK/cjBdSP05gxj2hYkyT6bSvwJ4T8uw4foQoANSXexP8oEew7m1YN0MeqE3RUX0KdYlI429GQQg=
+SHA256 (Pkgfile) = 12587c06eb328ca1f99945045c5cfc1f151a30da74c850ba75f1d25d681fa506
+SHA256 (.footprint) = 6b7a18a24d1fc2485749dc90ffb66e0c292bd07f3677f1d6ac8d6cab33e03bac
+SHA256 (digest-mailer-0.3.tar.xz) = 484a982f76f5ed00737788076c8a634bbf933e7697d35607ea29ed07b5491659
diff --git a/manualPorts/digest-mailer/Pkgfile b/manualPorts/digest-mailer/Pkgfile
new file mode 100755
index 0000000..53e7028
--- /dev/null
+++ b/manualPorts/digest-mailer/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Sendmail replacement collecting emails into digests
+# URL: https://git.eckner.net/Erich/digest-mailer
+# Maintainer: Erich Eckner, crux at eckner dot net
+# Depends on: help2man
+
+name=digest-mailer
+version=0.3
+release=1
+source=(
+ "https://git.eckner.net/Erich/${name}/snapshot/${name}-${version}.tar.xz"
+)
+
+build() {
+
+ cd ${name}-${version}
+ make
+ make DESTDIR=${PKG} install
+
+}