Skip to content

Commit

Permalink
testing/gotop: modernize
Browse files Browse the repository at this point in the history
Closes: GH-7935
  • Loading branch information
maxice8 authored and TBK committed May 23, 2019
1 parent 803f37b commit 2294b07
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testing/gotop/APKBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,15 @@ prepare() {
}

build() {
cd "$builddir"
GOPATH="$srcdir" go build -v -o bin/$pkgname .
}

check() {
cd "$builddir"
# No testsuite is provided
./bin/$pkgname --help
}

package() {
cd "$builddir"
install -Dm755 bin/$pkgname "$pkgdir"/usr/bin/$pkgname
}
sha512sums="012cc627fa7013409f3775d5bf2528e25e275fc285fea7ae93a1afec33474c923cc6cd9accb24fce479ab229c98d6438cc9f5eb7dea37f72c1905516d5fdbf6e gotop-3.0.0.tar.gz"

0 comments on commit 2294b07

Please sign in to comment.