Compare commits
3 Commits
765f0a42d0
...
8c7684eda0
Author | SHA1 | Date | |
---|---|---|---|
8c7684eda0 | |||
81e2b82889 | |||
74909aee4c |
@ -8,18 +8,20 @@
|
|||||||
games-engines/OpenJK[~scm]
|
games-engines/OpenJK[~scm]
|
||||||
games-engines/flare[~scm]
|
games-engines/flare[~scm]
|
||||||
games-fps/eduke32[~scm]
|
games-fps/eduke32[~scm]
|
||||||
games-rpg/valyriatear[~scm]
|
|
||||||
games-rpg/flare[~scm]
|
games-rpg/flare[~scm]
|
||||||
|
games-rpg/valyriatear[~scm]
|
||||||
games-strategy/freesynd[~scm]
|
games-strategy/freesynd[~scm]
|
||||||
media/livestreamer[~scm]
|
|
||||||
media-gfx/pinta[~scm]
|
media-gfx/pinta[~scm]
|
||||||
media-sound/pnmixer[~scm]
|
|
||||||
media-sound/pnmixer-rs[~scm]
|
media-sound/pnmixer-rs[~scm]
|
||||||
|
media-sound/pnmixer[~scm]
|
||||||
|
media/livestreamer[~scm]
|
||||||
net-im/gajim-omemo[~scm]
|
net-im/gajim-omemo[~scm]
|
||||||
net-im/lurch[~scm]
|
net-im/lurch[~scm]
|
||||||
net-im/pidgin-opensteamworks[~scm]
|
net-im/pidgin-opensteamworks[~scm]
|
||||||
net-misc/remmina[~scm]
|
net-misc/remmina[~scm]
|
||||||
net-misc/trickle[~scm]
|
net-misc/trickle[~scm]
|
||||||
|
sys-apps/fd[~scm]
|
||||||
|
sys-apps/ripgrep[~scm]
|
||||||
x11-apps/terminator[~scm]
|
x11-apps/terminator[~scm]
|
||||||
x11-misc/cbatticon[~scm]
|
x11-misc/cbatticon[~scm]
|
||||||
x11-wm/i3[~scm]
|
x11-wm/i3[~scm]
|
||||||
|
20
packages/sys-apps/fd/fd-7.0.0.exheres-0
Normal file
20
packages/sys-apps/fd/fd-7.0.0.exheres-0
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
|
||||||
|
# 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"
|
||||||
|
|
20
packages/sys-apps/fd/fd-scm.exheres-0
Normal file
20
packages/sys-apps/fd/fd-scm.exheres-0
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
|
||||||
|
# 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"
|
||||||
|
|
19
packages/sys-apps/ripgrep/ripgrep-0.9.0.exheres-0
Normal file
19
packages/sys-apps/ripgrep/ripgrep-0.9.0.exheres-0
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
require cargo [ channel=nightly ]
|
||||||
|
require github [ user=BurntSushi ]
|
||||||
|
|
||||||
|
SUMMARY="ripgrep recursively searches directories for a regex pattern"
|
||||||
|
HOMEPAGE="https://crates.io/crates/ripgrep ${HOMEPAGE}"
|
||||||
|
|
||||||
|
LICENCES="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
PLATFORMS="~amd64 ~x86"
|
||||||
|
MYOPTIONS=""
|
||||||
|
|
||||||
|
DEPENDENCIES="
|
||||||
|
"
|
||||||
|
|
||||||
|
BUGS_TO="hasufell@posteo.de"
|
||||||
|
|
19
packages/sys-apps/ripgrep/ripgrep-scm.exheres-0
Normal file
19
packages/sys-apps/ripgrep/ripgrep-scm.exheres-0
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# Copyright 2018 Julian Ospald <hasufell@posteo.de>
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
require github [ user=BurntSushi ]
|
||||||
|
require cargo [ channel=stable ]
|
||||||
|
|
||||||
|
SUMMARY="ripgrep recursively searches directories for a regex pattern"
|
||||||
|
HOMEPAGE="https://github.com/BurntSushi/ripgrep ${HOMEPAGE}"
|
||||||
|
|
||||||
|
LICENCES="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
PLATFORMS="~amd64 ~x86"
|
||||||
|
MYOPTIONS=""
|
||||||
|
|
||||||
|
DEPENDENCIES="
|
||||||
|
"
|
||||||
|
|
||||||
|
BUGS_TO="hasufell@posteo.de"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user