Add msmtp build.
This commit is contained in:
parent
7095b30760
commit
efc565a55f
9 changed files with 595 additions and 0 deletions
16
source/msmtp/msmtp.buildconf
Normal file
16
source/msmtp/msmtp.buildconf
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# Package details.
|
||||
PKG_NAME="$(basename "${BASH_SOURCE[0]}" .buildconf)"
|
||||
PKG_VERSION="1.8.22"
|
||||
PKG_BUILD="1"
|
||||
PKG_TAG="${PKG_TAG:-_tadgy}"
|
||||
PKG_EXT="${PKG_EXT:-txz}"
|
||||
|
||||
# Sources - the details in these arrays must all match per indicies.
|
||||
SRC_DOWNLOADS=("https://marlam.de/msmtp/releases/$PKG_NAME-$PKG_VERSION.tar.xz")
|
||||
SRC_MD5SUMS=("8d4ab680f16e9736e24c749015ae858b")
|
||||
SRC_FILENAMES=("$PKG_NAME-$PKG_VERSION.tar.xz")
|
||||
SRC_DIRNAMES=("$PKG_NAME-$PKG_VERSION")
|
||||
|
||||
# Build configuration.
|
||||
BUILD_REQUIRES=('libidn' 'libunistring' 'openssl')
|
||||
BUILD_CONFLICTS=("$PKG_NAME")
|
||||
Loading…
Add table
Add a link
Reference in a new issue