mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Use just for tests to skip performance/generator tests
This commit is contained in:
parent
b22f55f84a
commit
3dfdaf256e
2 changed files with 5 additions and 3 deletions
3
.SRCINFO
3
.SRCINFO
|
|
@ -1,10 +1,11 @@
|
|||
pkgbase = puzzletea
|
||||
pkgdesc = A collection of puzzle bubbles for BubbleTea
|
||||
pkgver = 1.3.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/FelineStateMachine/puzzletea
|
||||
arch = any
|
||||
license = MIT
|
||||
checkdepends = just
|
||||
makedepends = go
|
||||
source = https://github.com/FelineStateMachine/puzzletea/archive/refs/tags/v1.3.0.tar.gz
|
||||
sha256sums = 0a94bcb60317b7d788a9db5c2a7de27f6c8ab7862c0f9fa449f2c247687020a6
|
||||
|
|
|
|||
5
PKGBUILD
5
PKGBUILD
|
|
@ -1,13 +1,14 @@
|
|||
# Maintainer: Forest Ames <fox dot ames at smallfox dot io>
|
||||
pkgname=puzzletea
|
||||
pkgver=1.3.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="A collection of puzzle bubbles for BubbleTea"
|
||||
arch=('any')
|
||||
url="https://github.com/FelineStateMachine/puzzletea"
|
||||
license=('MIT')
|
||||
depends=()
|
||||
makedepends=('go')
|
||||
checkdepends=('just')
|
||||
source=("https://github.com/FelineStateMachine/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
|
||||
sha256sums=('0a94bcb60317b7d788a9db5c2a7de27f6c8ab7862c0f9fa449f2c247687020a6')
|
||||
|
||||
|
|
@ -23,7 +24,7 @@ build() {
|
|||
|
||||
check() {
|
||||
cd "$pkgname-$pkgver"
|
||||
go test ./...
|
||||
just test-short
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue