From 26761cd85906a6dd581495866a958411cf1438ab Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 12 Feb 2019 12:09:38 +0800 Subject: [PATCH] sys-apps/lsd: initial import --- metadata/repository_mask.conf | 1 + packages/sys-apps/lsd/lsd-0.12.0.exheres-0 | 19 +++++++++++++++++++ packages/sys-apps/lsd/lsd-scm.exheres-0 | 19 +++++++++++++++++++ 3 files changed, 39 insertions(+) create mode 100644 packages/sys-apps/lsd/lsd-0.12.0.exheres-0 create mode 100644 packages/sys-apps/lsd/lsd-scm.exheres-0 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" +