mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/perl-tickit-app-plugin-escapeprefix: new aport
https://metacpan.org/release/Tickit-App-Plugin-EscapePrefix/ Tickit application plugin for Escape-prefixed shortcut keys
This commit is contained in:
parent
9027ead1ae
commit
40331b6044
36
testing/perl-tickit-app-plugin-escapeprefix/APKBUILD
Normal file
36
testing/perl-tickit-app-plugin-escapeprefix/APKBUILD
Normal file
@ -0,0 +1,36 @@
|
||||
# Automatically generated by apkbuild-cpan, template 3
|
||||
# Contributor: Celeste <cielesti@protonmail.com>
|
||||
# Maintainer: Celeste <cielesti@protonmail.com>
|
||||
pkgname=perl-tickit-app-plugin-escapeprefix
|
||||
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
|
||||
_pkgreal=Tickit-App-Plugin-EscapePrefix
|
||||
pkgver=0.02
|
||||
pkgrel=0
|
||||
pkgdesc="Tickit application plugin for Escape-prefixed shortcut keys"
|
||||
url="https://metacpan.org/release/Tickit-App-Plugin-EscapePrefix/"
|
||||
arch="noarch"
|
||||
license="GPL-1.0-or-later OR Artistic-1.0-Perl"
|
||||
depends="perl perl-tickit"
|
||||
makedepends="perl-module-build"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Tickit-App-Plugin-EscapePrefix-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
||||
build() {
|
||||
export CFLAGS=$(perl -MConfig -E 'say $Config{ccflags}')
|
||||
perl Build.PL --installdirs=vendor
|
||||
./Build
|
||||
}
|
||||
|
||||
check() {
|
||||
./Build test
|
||||
}
|
||||
|
||||
package() {
|
||||
./Build install --destdir="$pkgdir"
|
||||
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
012cf92b481246e48d6f840c241c532e1e520635ff3aba37ae10642c83686532d90dfc4e6b27625c9a8461e0bcc2b959c93d9b0745f98ae8e370d0e5ef9ffe29 Tickit-App-Plugin-EscapePrefix-0.02.tar.gz
|
||||
"
|
||||
Loading…
x
Reference in New Issue
Block a user