Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 59 additions & 51 deletions msmtp.yaml
Original file line number Diff line number Diff line change
@@ -1,59 +1,67 @@
package:
name: msmtp
version: 1.8.22
epoch: 0
description: msmtp is an SMTP client with a sendmail interface
copyright:
- attestation: |
Copyright (C) 2018, 2019, 2020, 2021, 2022
Martin Lambers <[email protected]>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
license: GPL-3.0-or-later
name: msmtp
version: 1.8.23
epoch: 0
description: msmtp is an SMTP client with a sendmail interface
copyright:
- attestation: |
Copyright (C) 2018, 2019, 2020, 2021, 2022
Martin Lambers <[email protected]>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
license: GPL-3.0-or-later

environment:
contents:
packages:
- busybox
- ca-certificates-bundle
- build-base
- automake
- autoconf
- cmake
# - gnutls-dev # TODO
- gettext-dev
contents:
packages:
- busybox
- ca-certificates-bundle
- build-base
- automake
- autoconf
- cmake
# - gnutls-dev # TODO
- gettext-dev

pipeline:
- uses: fetch
with:
expected-sha256: 1b04206286a5b82622335e4eb09e17074368b7288e53d134543cbbc6b79ea3e7
uri: https://marlam.de/msmtp/releases/msmtp-${{package.version}}.tar.xz
- uses: autoconf/configure
- uses: autoconf/make
- uses: autoconf/make-install
- uses: strip
- runs: |
mkdir -p ${{targets.destdir}}/etc/conf.d
echo '# defaut config' > ${{targets.destdir}}/etc/conf.d/msmtp.confd
echo '#MSMTP_INTERFACE="127.0.0.1"' >> ${{targets.destdir}}/etc/conf.d/msmtp.confd
echo '#MSMTP_PORT="25"' >> ${{targets.destdir}}/etc/conf.d/msmtp.confd
echo '#MSMTP_COMMAND="/usr/bin/msmtp -f %F"' >> ${{targets.destdir}}/etc/conf.d/msmtp.confd
- uses: fetch
with:
expected-sha256: cf04c16b099b3d414db4b5b93fc5ed9d46aad564c81a352aa107a33964c356b8
uri: https://marlam.de/msmtp/releases/msmtp-${{package.version}}.tar.xz

- uses: autoconf/configure

- uses: autoconf/make

- uses: autoconf/make-install

- uses: strip

- runs: |
mkdir -p ${{targets.destdir}}/etc/conf.d
echo '# defaut config' > ${{targets.destdir}}/etc/conf.d/msmtp.confd
echo '#MSMTP_INTERFACE="127.0.0.1"' >> ${{targets.destdir}}/etc/conf.d/msmtp.confd
echo '#MSMTP_PORT="25"' >> ${{targets.destdir}}/etc/conf.d/msmtp.confd
echo '#MSMTP_COMMAND="/usr/bin/msmtp -f %F"' >> ${{targets.destdir}}/etc/conf.d/msmtp.confd

subpackages:
- name: msmtp-doc
pipeline:
- uses: split/manpages
description: msmtp manpages
- name: msmtp-doc
pipeline:
- uses: split/manpages
description: msmtp manpages

update:
enabled: true
release-monitor:
identifier: 2024
identifier: 2024