mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-18 05:06:53 +02:00
leaving the Maintainer comment there for better visual cues, syntax highlighting, and easy conversion to a Contributor comment since Contributor comments are not being removed, just treat my Maintainer comments like Contributor ones, as a normal comment
37 lines
1.2 KiB
Text
37 lines
1.2 KiB
Text
# Automatically generated by apkbuild-cpan, template 4
|
|
# Maintainer: Celeste <cielesti@protonmail.com>
|
|
maintainer="Celeste <cielesti@protonmail.com>"
|
|
pkgname=perl-tickit-widget-entry-plugin-completion
|
|
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
|
|
_pkgreal=Tickit-Widget-Entry-Plugin-Completion
|
|
pkgver=0.02
|
|
pkgrel=0
|
|
pkgdesc="Add word-completion logic to a Tickit::Widget::Entry"
|
|
url="https://metacpan.org/release/Tickit-Widget-Entry-Plugin-Completion/"
|
|
arch="noarch"
|
|
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
|
|
depends="perl perl-object-pad perl-tickit-widgets"
|
|
makedepends="perl-module-build"
|
|
subpackages="$pkgname-doc"
|
|
source="https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Tickit-Widget-Entry-Plugin-Completion-$pkgver.tar.gz"
|
|
builddir="$srcdir/$_pkgreal-$pkgver"
|
|
|
|
build() {
|
|
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
|
perl Build.PL \
|
|
--installdirs=vendor \
|
|
--create_packlist=0
|
|
./Build
|
|
}
|
|
|
|
check() {
|
|
./Build test
|
|
}
|
|
|
|
package() {
|
|
./Build install --destdir="$pkgdir"
|
|
}
|
|
|
|
sha512sums="
|
|
296e822b8fd1b916be9e4794527132bcb5f685280668ba50ca1add31d8fa6d3cefae9b0fb070d805c47c1e5cd527656f8f6d5fbea8ef6d5494e6d9d9be8ae382 Tickit-Widget-Entry-Plugin-Completion-0.02.tar.gz
|
|
"
|