mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-11 12:06:41 +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
38 lines
1.1 KiB
Text
38 lines
1.1 KiB
Text
# Automatically generated by apkbuild-cpan, template 4
|
|
# Maintainer: Celeste <cielesti@protonmail.com>
|
|
maintainer="Celeste <cielesti@protonmail.com>"
|
|
pkgname=perl-tickit-widget-floatbox
|
|
#_pkgreal is used by apkbuild-cpan to find modules at MetaCpan
|
|
_pkgreal=Tickit-Widget-FloatBox
|
|
pkgver=0.11
|
|
pkgrel=0
|
|
pkgdesc="Manage a collection of floating widgets"
|
|
url="https://metacpan.org/release/Tickit-Widget-FloatBox/"
|
|
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"
|
|
checkdepends="perl-test-identity"
|
|
subpackages="$pkgname-doc"
|
|
source="https://cpan.metacpan.org/authors/id/P/PE/PEVANS/Tickit-Widget-FloatBox-$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="
|
|
42d7f84a03ebae3583734de2ce0d6b08566461a9c25952c1d802f6cbdfe7dc814a2515fb84db46fa664ec686e35a89ae7cf3853e5e41a4393596f2428953d6c8 Tickit-Widget-FloatBox-0.11.tar.gz
|
|
"
|