20 lines
534 B
Bash
20 lines
534 B
Bash
# Template file for 'perl-Data-UUID'
|
|
pkgname=perl-Data-UUID
|
|
version=1.221
|
|
revision=7
|
|
wrksrc="Data-UUID-${version}"
|
|
build_style=perl-module
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
hostmakedepends=perl
|
|
makedepends=perl
|
|
depends=perl
|
|
license="MIT"
|
|
homepage="https://metacpan.org/release/Data-UUID"
|
|
short_desc="Data::UUID - Globally/Universally Unique Identifiers"
|
|
distfiles="${CPAN_SITE}/Data/Data-UUID-${version}.tar.gz"
|
|
checksum=3cc7b2a3a7b74b45a059e013f7fd878078500ea4b7269036f84556b022078667
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|