diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-05-18 20:38:05 -0300 |
---|---|---|
committer | TBK <tbk@jjtc.eu> | 2019-05-24 00:53:57 +0200 |
commit | 2294b07e24d2094e41370c0ef2877c639912b963 (patch) | |
tree | e3dbf146f99c0e6068da454258daac94997917cf /testing/gotop | |
parent | 803f37bd2c4adac13f5ee8a5c07ec6d3cff151d8 (diff) | |
download | aports-2294b07e24d2094e41370c0ef2877c639912b963.tar.bz2 aports-2294b07e24d2094e41370c0ef2877c639912b963.tar.xz |
testing/gotop: modernize
Closes: GH-7935
Diffstat (limited to 'testing/gotop')
-rw-r--r-- | testing/gotop/APKBUILD | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/testing/gotop/APKBUILD b/testing/gotop/APKBUILD index f5c0718f72..ee1d7303db 100644 --- a/testing/gotop/APKBUILD +++ b/testing/gotop/APKBUILD @@ -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" |