Package Details: slit 1.3.0-1

Git Clone URL: https://aur.archlinux.org/slit.git (read-only, click to copy)
Package Base: slit
Description: A modern PAGER for viewing logs, get more than most in less time. Written in Go
Upstream URL: https://github.com/tigrawap/slit
Licenses: MIT
Submitter: Bayart
Maintainer: None
Last Packager: mpldr
Votes: 3
Popularity: 0.000000
First Submitted: 2017-04-26 08:33 (UTC)
Last Updated: 2021-01-22 08:17 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

haawda commented on 2020-12-19 17:46 (UTC)

This package is unmaintained.

dreieck commented on 2020-12-19 14:16 (UTC)

Fails to build for me:

==> Starting build()...
can't load package: package github.com/tigrawap/slit/cmd/slit: cannot find package "github.com/tigrawap/slit/cmd/slit" in any of:
        /usr/lib/go/src/github.com/tigrawap/slit/cmd/slit (from $GOROOT)
        /home/<username>/go/src/github.com/tigrawap/slit/cmd/slit (from $GOPATH)
==> ERROR: A failure occurred in build().
    Aborting...

Thanks for maintaining!

eschwartz commented on 2018-07-27 14:49 (UTC)

Well, it also sucks and needs to follow the https://wiki.archlinux.org/index.php/User:Foxboron/Go_packaging_guidelines and not build from git master...

notramo commented on 2018-05-29 13:59 (UTC) (edited on 2018-05-29 20:30 (UTC) by notramo)

15b856f moved command to cmd/slit. PKGBUILD can be fixed by appending cmd/slit to _gourl

guiniol commented on 2017-05-02 11:45 (UTC)

No worries. I've never written a PKGBUILD from scratch either, and certainly never one for go ^^

Bayart commented on 2017-04-28 12:41 (UTC)

@guiniol : I've made the changes you've suggested, thanks for the help. I just packaged the thing using the sample PKBUILD on the wiki, I'm otherwise very unfamiliar with go.

guiniol commented on 2017-04-27 12:20 (UTC)

Thanks for the package. However, in the 'package' function, I think the '$pkgdir/$GOROOT/pkg/' should be '$pkgdir/usr/src/pkg/' instead. Otherwise, the files end up in '/tmp' Also, I don't think you really need to include the sources and go files.