lsd: exlibify to add shell completions

This commit is contained in:
2019-07-25 00:16:29 +03:00
parent 5d05c0ce15
commit 3874fdea53
3 changed files with 40 additions and 29 deletions

View File

@@ -3,24 +3,7 @@
require cargo [ channel=stable ]
require github [ user=Peltoche tag="${PV}" ]
require lsd
SUMMARY="The next gen ls command"
HOMEPAGE="https://crates.io/crates/lsd ${HOMEPAGE}"
LICENCES="Apache-2.0"
SLOT="0"
PLATFORMS="~amd64 ~x86"
MYOPTIONS=""
DEPENDENCIES="
"
BUGS_TO="hasufell@posteo.de"
src_test() {
local test_socket="unix:${TEMP}/test_socket_type.*/socket.tmp"
esandbox allow_net --bind "${test_socket}"
cargo_src_test
esandbox disallow_net "${test_socket}"
}