mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
New package: perl-Crypt-IDEA-1.10
This commit is contained in:
parent
2c4473655d
commit
982a03ddd1
1 changed files with 19 additions and 0 deletions
19
srcpkgs/perl-Crypt-IDEA/template
Normal file
19
srcpkgs/perl-Crypt-IDEA/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# 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
|
||||
}
|
Loading…
Add table
Reference in a new issue