diff --git a/metadata/repository_mask.conf b/metadata/repository_mask.conf index a82c6ad..bcab497 100644 --- a/metadata/repository_mask.conf +++ b/metadata/repository_mask.conf @@ -22,6 +22,7 @@ net-misc/trickle[~scm] sys-apps/fd[~scm] sys-apps/lenovo-throttling-fix[~scm] + sys-apps/lsd[~scm] x11-apps/terminator[~scm] x11-misc/cbatticon[~scm] x11-wm/i3[~scm] diff --git a/packages/sys-apps/lsd/lsd-0.12.0.exheres-0 b/packages/sys-apps/lsd/lsd-0.12.0.exheres-0 new file mode 100644 index 0000000..e8b707b --- /dev/null +++ b/packages/sys-apps/lsd/lsd-0.12.0.exheres-0 @@ -0,0 +1,19 @@ +# Copyright 2019 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require cargo [ channel=stable ] +require github [ user=Peltoche tag="${PV}" ] + +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" + diff --git a/packages/sys-apps/lsd/lsd-scm.exheres-0 b/packages/sys-apps/lsd/lsd-scm.exheres-0 new file mode 100644 index 0000000..d3aadb8 --- /dev/null +++ b/packages/sys-apps/lsd/lsd-scm.exheres-0 @@ -0,0 +1,19 @@ +# Copyright 2019 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require github [ user=Peltoche tag="${PV}" ] +require cargo [ channel=stable ] + +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" +