opt/fdm/Pkgfile

17 lines
398 B
Plaintext

# Description: Program to fetch mail and deliver it in various ways
# URL: https://github.com/nicm/fdm
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: libpcre2 openssl tdb
name=fdm
version=2.2
release=1
source=(https://github.com/nicm/fdm/releases/download/$version/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}