From 74909aee4cf6f9af33914229dbdaec0e9378b8ae Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 14 Aug 2018 19:27:22 +0800 Subject: [PATCH] sys-apps/fd: initial import --- metadata/repository_mask.conf | 1 + packages/sys-apps/fd/fd-7.0.0.exheres-0 | 20 ++++++++++++++++++++ packages/sys-apps/fd/fd-scm.exheres-0 | 20 ++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 packages/sys-apps/fd/fd-7.0.0.exheres-0 create mode 100644 packages/sys-apps/fd/fd-scm.exheres-0 diff --git a/metadata/repository_mask.conf b/metadata/repository_mask.conf index 6a07900..457ecbb 100644 --- a/metadata/repository_mask.conf +++ b/metadata/repository_mask.conf @@ -20,6 +20,7 @@ net-im/pidgin-opensteamworks[~scm] net-misc/remmina[~scm] net-misc/trickle[~scm] + sys-apps/fd[~scm] x11-apps/terminator[~scm] x11-misc/cbatticon[~scm] x11-wm/i3[~scm] diff --git a/packages/sys-apps/fd/fd-7.0.0.exheres-0 b/packages/sys-apps/fd/fd-7.0.0.exheres-0 new file mode 100644 index 0000000..fea6feb --- /dev/null +++ b/packages/sys-apps/fd/fd-7.0.0.exheres-0 @@ -0,0 +1,20 @@ +# Copyright 2018 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require cargo [ channel=stable ] +require github [ user=sharkdp tag="v${PV}" ] + +SUMMARY="A simple, fast and user-friendly alternative to 'find'" +HOMEPAGE="http://crates.io/crates/fd ${HOMEPAGE}" + +# not sure if this is choice or both +LICENCES="MIT Apache-2.0" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" +" + +BUGS_TO="hasufell@posteo.de" + diff --git a/packages/sys-apps/fd/fd-scm.exheres-0 b/packages/sys-apps/fd/fd-scm.exheres-0 new file mode 100644 index 0000000..b2e1d0a --- /dev/null +++ b/packages/sys-apps/fd/fd-scm.exheres-0 @@ -0,0 +1,20 @@ +# Copyright 2018 Julian Ospald +# Distributed under the terms of the GNU General Public License v2 + +require github [ user=sharkdp tag="v${PV}" ] +require cargo [ channel=stable ] + +SUMMARY="A simple, fast and user-friendly alternative to 'find'" +HOMEPAGE="https://github.com/sharkdp/fd ${HOMEPAGE}" + +# not sure if this is choice or both +LICENCES="MIT Apache-2.0" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" +" + +BUGS_TO="hasufell@posteo.de" +