forked from hasufell/hasufell-repository
Merge remote-tracking branch 'kapsh/lsd'
This commit is contained in:
commit
a8b12895d3
9
packages/sys-apps/lsd/lsd-0.15.1.exheres-0
Normal file
9
packages/sys-apps/lsd/lsd-0.15.1.exheres-0
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
# Copyright 2019 Julian Ospald <hasufell@posteo.de>
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
require cargo [ channel=stable ]
|
||||||
|
require github [ user=Peltoche tag="${PV}" ]
|
||||||
|
require lsd
|
||||||
|
|
||||||
|
PLATFORMS="~amd64 ~x86"
|
||||||
|
|
@ -3,17 +3,7 @@
|
|||||||
|
|
||||||
require github [ user=Peltoche tag="${PV}" ]
|
require github [ user=Peltoche tag="${PV}" ]
|
||||||
require cargo [ channel=stable ]
|
require cargo [ channel=stable ]
|
||||||
|
require lsd
|
||||||
|
|
||||||
SUMMARY="The next gen ls command"
|
|
||||||
HOMEPAGE="https://crates.io/crates/lsd ${HOMEPAGE}"
|
|
||||||
|
|
||||||
LICENCES="Apache-2.0"
|
|
||||||
SLOT="0"
|
|
||||||
PLATFORMS="~amd64 ~x86"
|
PLATFORMS="~amd64 ~x86"
|
||||||
MYOPTIONS=""
|
|
||||||
|
|
||||||
DEPENDENCIES="
|
|
||||||
"
|
|
||||||
|
|
||||||
BUGS_TO="hasufell@posteo.de"
|
|
||||||
|
|
||||||
|
@ -1,15 +1,13 @@
|
|||||||
# Copyright 2019 Julian Ospald <hasufell@posteo.de>
|
# Copyright 2019 Julian Ospald <hasufell@posteo.de>
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
require cargo [ channel=stable ]
|
require bash-completion zsh-completion
|
||||||
require github [ user=Peltoche tag="${PV}" ]
|
|
||||||
|
|
||||||
SUMMARY="The next gen ls command"
|
SUMMARY="The next gen ls command"
|
||||||
HOMEPAGE="https://crates.io/crates/lsd ${HOMEPAGE}"
|
HOMEPAGE="https://crates.io/crates/lsd ${HOMEPAGE}"
|
||||||
|
|
||||||
LICENCES="Apache-2.0"
|
LICENCES="Apache-2.0"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
PLATFORMS="~amd64 ~x86"
|
|
||||||
MYOPTIONS=""
|
MYOPTIONS=""
|
||||||
|
|
||||||
DEPENDENCIES="
|
DEPENDENCIES="
|
||||||
@ -17,6 +15,20 @@ DEPENDENCIES="
|
|||||||
|
|
||||||
BUGS_TO="hasufell@posteo.de"
|
BUGS_TO="hasufell@posteo.de"
|
||||||
|
|
||||||
|
BASH_COMPLETIONS=( "${WORK}/completions/${PN}.bash" )
|
||||||
|
ZSH_COMPLETIONS=( "${WORK}/completions/_${PN}" )
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
SHELL_COMPLETIONS_DIR="${WORK}/completions" \
|
||||||
|
cargo_src_compile
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
cargo_src_install
|
||||||
|
bash-completion_src_install
|
||||||
|
zsh-completion_src_install
|
||||||
|
}
|
||||||
|
|
||||||
src_test() {
|
src_test() {
|
||||||
local test_socket="unix:${TEMP}/test_socket_type.*/socket.tmp"
|
local test_socket="unix:${TEMP}/test_socket_type.*/socket.tmp"
|
||||||
esandbox allow_net --bind "${test_socket}"
|
esandbox allow_net --bind "${test_socket}"
|
Loading…
Reference in New Issue
Block a user