summaryrefslogtreecommitdiff
path: root/user/shunit2/APKBUILD
blob: 8a110ff6d2594909b93c8254aa769dadb21f88fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Contributor: Max Rees <maxcrees@me.com>
# Maintainer: Max Rees <maxcrees@me.com>
pkgname=shunit2
pkgver=2.1.7
pkgrel=0
pkgdesc="xUnit-based unit test framework for Bourne shell scripts"
url="https://github.com/kward/shunit2"
arch="noarch"
license="Apache-2.0"
depends="/bin/sh"
makedepends=""
checkdepends="debianutils-which bash dash zsh"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/kward/shunit2/archive/v$pkgver.tar.gz
	dash-negative-lineno.patch"

build() {
	cd "$builddir"
}

check() {
	cd "$builddir"
	./test_runner
}

package() {
	cd "$builddir"
	install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
	install -Dm644 "doc/$pkgname.txt" "$pkgdir/usr/share/doc/$pkgname/$pkgname.rst"
}

sha512sums="35453cf2c469eb1bab2fff0624b8037a09d405c377fec0938875a6339749d5934fe246eec5691a121290ae9e4ee5cbf7768b740c5f0010a5345c4e111c50fbbd  shunit2-2.1.7.tar.gz
af2d3c65e9f3c86796b12832c403a869767b70da819f3cf6f69f0e2cf8445e85ec63db20c4b39430e35b7c2105e439abf6bbbd3fc3d880d23ee11d54339c61fd  dash-negative-lineno.patch"