smlinux/net/mailcheck/mailcheck.SMBuild

29 lines
No EOL
789 B
Text
Executable file

app=mailcheck
version=1.91.2
build=1sml
homepage="http://mailcheck.sourceforge.net/"
download="https://sourceforge.net/projects/mailcheck/files/mailcheck/1.91.2/mailcheck_1.91.2.tar.gz"
desc="Utility to show read and unread emails inside user directories"
requires="musl"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
make
install -Dm 755 mailcheck $pkg/bin/mailcheck
install -Dm 644 mailcheckrc $pkg/etc/mailcheckrc
install -Dm 644 mailcheck.1 $pkg/share/man/man1/mailcheck.1
cp COPYING $pkgdocs/
mkfinalpkg
}
sha512sums="
e80980993dd430eb5f04b330906e764b163a60c353baf0d4ee92009be6014667cbc93124049e39ecdb45b0980bd4c5bf3b8310ab30d8bc93331c94569acbe6a4 mailcheck-1.91.2.tar.lz
"