mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-06-07 19:55:47 +02:00
21 lines
378 B
Text
21 lines
378 B
Text
# Contributor: qaqland <qaq@qaq.land>
|
|
# Maintainer: qaqland <qaq@qaq.land>
|
|
pkgname=bats
|
|
pkgver=1.12.0
|
|
pkgrel=0
|
|
pkgdesc="Meta package for Bats"
|
|
url="https://bats-core.readthedocs.io/"
|
|
arch="noarch"
|
|
license="MIT"
|
|
depends="
|
|
bats-core
|
|
bats-support
|
|
bats-assert
|
|
bats-file
|
|
"
|
|
install="bats.post-install"
|
|
options="!check" # No tests for a metapkg
|
|
|
|
package() {
|
|
mkdir -p "$pkgdir"
|
|
}
|