void-packages/srcpkgs/ssoma/template
newbluemoon f7cf7360cf Set some packages noarch (#2382)
* perl-Config-Tiny: set noarch=yes

* public-inbox: set noarch=yes

also add license

* ssoma: set noarch=yes

also add license

* strip-nondeterminism: set noarch=yes

also remove Debhelper add-on

* gscan2pdf: set noarch=yes
2018-09-05 10:44:12 +02:00

21 lines
691 B
Bash

# Template file for 'ssoma'
pkgname=ssoma
version=0.2.0
revision=2
noarch=yes
make_install_target="install install-man prefix=/usr"
build_style=perl-module
depends="perl perl-Email-LocalDelivery perl-Email-MIME perl-File-Path-Expand
perl-IPC-Run perl-Net-IMAP-Simple"
hostmakedepends="$depends git perl-CGI perl-HTML-Parser"
makedepends="perl"
short_desc="Some sort of mail archiver"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="AGPL-3.0-or-later"
homepage="https://ssoma.public-inbox.org/"
distfiles="https://ssoma.public-inbox.org/files/${pkgname}-${version}.tar.gz"
checksum=7455bafb344aaa8eeac78ae5efcca2384d11baface1194c35bafd30353168faf
post_install() {
vlicense COPYING
}