main/bats-core: rename from bats & take over maintainership

This commit is contained in:
qaqland 2024-08-05 20:55:51 +08:00 committed by Kevin Daudt
parent 35d8e54169
commit f7f23f2b1d

View file

@ -1,16 +1,17 @@
# Maintainer: Jose-Luis Rivas <ghostbar@riseup.net>
pkgname=bats
# Contributor: Jose-Luis Rivas <ghostbar@riseup.net>
# Maintainer: qaqland <qaq@qaq.land>
pkgname=bats-core
pkgver=1.11.0
pkgrel=0
pkgdesc="Bash Automated Testing System"
options="!check" # Test passes CI/locally, fails on builders
url="https://github.com/bats-core/bats-core"
arch="noarch"
license="MIT"
depends="bash"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.zip::https://github.com/bats-core/bats-core/archive/v$pkgver.zip"
builddir="$srcdir/bats-core-$pkgver"
replaces="bats" # for backward compatibility
check() {
bash -c 'bin/bats --tap test'
@ -21,5 +22,5 @@ package() {
}
sha512sums="
2d4219fda896114be3f346d5236d17d044c229c2019112bc93627979318c53d67c7c9172aa387e9051514fd359049016d8e4ae7c3cfd5863374dd83bfa8a7751 bats-1.11.0.zip
2d4219fda896114be3f346d5236d17d044c229c2019112bc93627979318c53d67c7c9172aa387e9051514fd359049016d8e4ae7c3cfd5863374dd83bfa8a7751 bats-core-1.11.0.zip
"