mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
perl-Text-CharWidth: rebuild to fix cross package
also use SPDX identifier and simplify *depends
This commit is contained in:
parent
b7b2de3cde
commit
65f845e2a9
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
||||||
# Template file for 'perl-Text-CharWidth'
|
# Template file for 'perl-Text-CharWidth'
|
||||||
pkgname=perl-Text-CharWidth
|
pkgname=perl-Text-CharWidth
|
||||||
version=0.04
|
version=0.04
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc="${pkgname/perl-/}-${version}"
|
wrksrc="${pkgname/perl-/}-${version}"
|
||||||
build_style=perl-module
|
build_style=perl-module
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="perl"
|
||||||
depends="${hostmakedepends}"
|
depends="perl"
|
||||||
short_desc="Get number of occupied columns of a string on terminal"
|
short_desc="Get number of occupied columns of a string on terminal"
|
||||||
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
maintainer="newbluemoon <blaumolch@mailbox.org>"
|
||||||
license="Artistic, GPL-1"
|
license="Artistic-1.0-Perl, GPL-1.0-or-later"
|
||||||
homepage="https://metacpan.org/release/Text-CharWidth"
|
homepage="https://metacpan.org/release/Text-CharWidth"
|
||||||
distfiles="${CPAN_SITE}/Text/${pkgname/perl-/}-${version}.tar.gz"
|
distfiles="${CPAN_SITE}/Text/${pkgname/perl-/}-${version}.tar.gz"
|
||||||
checksum=abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8
|
checksum=abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8
|
||||||
|
|
Loading…
Add table
Reference in a new issue