20 lines
544 B
Bash
20 lines
544 B
Bash
# Template file for 'perl-Crypt-IDEA'
|
|
pkgname=perl-Crypt-IDEA
|
|
version=1.10
|
|
revision=1
|
|
wrksrc="${pkgname#perl-}-${version}"
|
|
build_style=perl-module
|
|
hostmakedepends="perl"
|
|
makedepends="perl"
|
|
depends="perl"
|
|
short_desc="Perl interface to IDEA block cipher"
|
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
|
license="Custom"
|
|
homepage="https://metacpan.org/release/Crypt-IDEA"
|
|
distfiles="${CPAN_SITE}/Crypt/Crypt-IDEA-${version}.tar.gz"
|
|
checksum=33bd78c11924a0fc1ff3eedde94078cbbf6b6ca9ede046d2b2f561e9e9a72019
|
|
|
|
post_install() {
|
|
vlicense COPYRIGHT
|
|
}
|