perl-Text-CharWidth: makedep on libcrypt-devel

This commit is contained in:
Christoph Reiter 2023-07-12 09:06:00 +02:00
parent 6e10cb140f
commit 68596ee735

View File

@ -3,14 +3,14 @@
_realname=Text-CharWidth
pkgname=perl-${_realname}
pkgver=0.04
pkgrel=8
pkgrel=9
pkgdesc="Text::CharWidth - Get number of occupied columns of a string on terminal"
arch=('i686' 'x86_64')
url="https://metacpan.org/dist/Text-CharWidth/"
groups=("perl-modules")
license=('GPL' 'PerlArtistic')
depends=("perl" "libcrypt")
makedepends=("perl-devel" 'make' 'gcc')
makedepends=("perl-devel" "libcrypt-devel" 'make' 'gcc')
options=('!emptydirs')
source=(https://www.cpan.org/authors/id/K/KU/KUBOTA/${_realname}-${pkgver}.tar.gz)
sha256sums=('abded5f4fdd9338e89fd2f1d8271c44989dae5bf50aece41b6179d8e230704f8')