[arch-commits] Commit in fetchmail/repos (5 files)
Evangelos Foutras
foutrelis at gemini.archlinux.org
Fri Dec 3 00:39:59 UTC 2021
Date: Friday, December 3, 2021 @ 00:39:58
Author: foutrelis
Revision: 1063943
archrelease: copy trunk to community-staging-x86_64
Added:
fetchmail/repos/community-staging-x86_64/
fetchmail/repos/community-staging-x86_64/PKGBUILD
(from rev 1063941, fetchmail/trunk/PKGBUILD)
fetchmail/repos/community-staging-x86_64/fetchmail.service
(from rev 1063941, fetchmail/trunk/fetchmail.service)
fetchmail/repos/community-staging-x86_64/fetchmail.sysusers
(from rev 1063941, fetchmail/trunk/fetchmail.sysusers)
fetchmail/repos/community-staging-x86_64/fetchmail.tmpfiles
(from rev 1063941, fetchmail/trunk/fetchmail.tmpfiles)
--------------------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
fetchmail.service | 11 +++++++++++
fetchmail.sysusers | 2 ++
fetchmail.tmpfiles | 2 ++
4 files changed, 53 insertions(+)
Copied: fetchmail/repos/community-staging-x86_64/PKGBUILD (from rev 1063941, fetchmail/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-12-03 00:39:58 UTC (rev 1063943)
@@ -0,0 +1,38 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor: Amish <contact at via dot aur>
+# Contributor: Victor3D <webmaster at victor3d.com.br>
+
+pkgname=fetchmail
+pkgver=6.4.24
+pkgrel=2
+pkgdesc='A remote-mail retrieval utility'
+arch=('x86_64')
+url='https://www.fetchmail.info'
+license=('GPL')
+depends=('openssl')
+makedepends=('python')
+optdepends=('tk: for using fetchmailconf'
+ 'python-future: for using fetchmailconf')
+source=("https://sourceforge.net/projects/fetchmail/files/branch_${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+ 'fetchmail.tmpfiles'
+ 'fetchmail.sysusers'
+ 'fetchmail.service')
+b2sums=('f522fda736117c85df9d27781a5452363789e4917efa96fe733abebae0445d24a3342880dfb614cc6259e47e505e222106be5088823e0ee397cccb8c5f8ba131'
+ 'b4ffb99efe4ab24a5a9ed3a27ad5a4645ef8611d66ca380e6acd36e81b34d2619142d62854fa7bd7716b8013d3ccf75ea3e1e18151ae95ff6c37c839631a5733'
+ '5000d2daa40cf36e46bd602d8c1ba45840587d289d19254187f92bced1b557a948e72417bbeaa3efd85e7d19f7f257effc310a96359b85eee6ed96d97d44c1b2'
+ 'fca5437bec78786b9624c774015b9e0e7175973d548dbdab406af797a8c4a53b474d73b897a0009faee4dafd62190f93514c6f1ce403312b6a51afb4996dbf21')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr --with-ssl=/usr
+ make
+}
+
+package() {
+ install -D -m644 fetchmail.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/fetchmail.conf
+ install -D -m644 fetchmail.sysusers "${pkgdir}"/usr/lib/sysusers.d/fetchmail.conf
+ install -D -m644 fetchmail.service "${pkgdir}"/usr/lib/systemd/system/fetchmail.service
+
+ cd ${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
Copied: fetchmail/repos/community-staging-x86_64/fetchmail.service (from rev 1063941, fetchmail/trunk/fetchmail.service)
===================================================================
--- community-staging-x86_64/fetchmail.service (rev 0)
+++ community-staging-x86_64/fetchmail.service 2021-12-03 00:39:58 UTC (rev 1063943)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Fetchmail
+After=network.target
+
+[Service]
+User=fetchmail
+ExecStart=/usr/bin/fetchmail -f /etc/fetchmailrc
+RestartSec=1
+
+[Install]
+WantedBy=multi-user.target
Copied: fetchmail/repos/community-staging-x86_64/fetchmail.sysusers (from rev 1063941, fetchmail/trunk/fetchmail.sysusers)
===================================================================
--- community-staging-x86_64/fetchmail.sysusers (rev 0)
+++ community-staging-x86_64/fetchmail.sysusers 2021-12-03 00:39:58 UTC (rev 1063943)
@@ -0,0 +1,2 @@
+u fetchmail - "Fetchmail daemon" /var/lib/fetchmail
+m fetchmail nobody
Copied: fetchmail/repos/community-staging-x86_64/fetchmail.tmpfiles (from rev 1063941, fetchmail/trunk/fetchmail.tmpfiles)
===================================================================
--- community-staging-x86_64/fetchmail.tmpfiles (rev 0)
+++ community-staging-x86_64/fetchmail.tmpfiles 2021-12-03 00:39:58 UTC (rev 1063943)
@@ -0,0 +1,2 @@
+d /run/fetchmail 700 fetchmail nobody
+d /var/lib/fetchmail 755 fetchmail nobody
More information about the arch-commits
mailing list