17 lines
470 B
Bash
17 lines
470 B
Bash
# Template file for 'mb2md'
|
|
pkgname=mb2md
|
|
version=3.20
|
|
revision=3
|
|
create_wrksrc=yes
|
|
depends="perl-TimeDate"
|
|
short_desc="Convert mbox mailboxes into maildir mailboxes"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="Public Domain"
|
|
homepage="http://batleth.sapienti-sat.org/projects/mb2md"
|
|
distfiles="${homepage}/${pkgname}-${version}.pl.gz"
|
|
checksum=af45a9b5413a9fe49be0092e560485bf17efc50a4eb4a90744e380c4869f732f
|
|
|
|
do_install() {
|
|
vbin mb2md-${version}.pl mb2md
|
|
}
|