summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 0 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 99b2770711c8..8f4df74d32a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,12 +31,6 @@ build() {
main.go
}
-check() {
- export GOPATH="${srcdir}/gopath"
- cd gopath/src/github.com/jesseduffield/lazydocker
- ./test.sh
-}
-
package() {
install -Dm755 gopath/src/github.com/jesseduffield/lazydocker/${pkgname} ${pkgdir}/usr/bin/${pkgname}
}