aboutsummaryrefslogtreecommitdiffstats
path: root/main/mailcap/APKBUILD
blob: 620f95c123f1f5775985c31552f8408c6a0927a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mailcap
pkgver=2.1.49
pkgrel=0
pkgdesc="Helper application and MIME type associations for file types"
url="https://pagure.io/mailcap"
arch="noarch"
license="Public-Domain and MIT"
options="!check" # no testsuite
subpackages="$pkgname-doc"
source="https://releases.pagure.org/mailcap/mailcap-$pkgver.tar.xz"

package() {
	make install DESTDIR="$pkgdir"
	rm -Rf "$pkgdir"/etc/nginx
}

sha512sums="ee9422a87a784533b28bc7e23c847b32296183dda9c863a16269a1d710b5b8acf1cc4d8e33d8b88e27f530dd83c74278125b1b4f420c816c31f83ac9f2033013  mailcap-2.1.49.tar.xz"