Organize recipes in alphabetical order.
This commit is contained in:
parent
3a43bda50f
commit
933e73f203
|
@ -133,10 +133,9 @@ patch = {}
|
||||||
#pathfinder = {} # servo-fontconfig
|
#pathfinder = {} # servo-fontconfig
|
||||||
#pciids = {}
|
#pciids = {}
|
||||||
pcre = {}
|
pcre = {}
|
||||||
|
perg = {}
|
||||||
periodictable = {}
|
periodictable = {}
|
||||||
#perl = {} # ctermid, tempnam, ttyname
|
#perl = {} # ctermid, tempnam, ttyname
|
||||||
perg = {}
|
|
||||||
procedural-wallpapers-rs = {}
|
|
||||||
pixelcannon = {}
|
pixelcannon = {}
|
||||||
pixman = {}
|
pixman = {}
|
||||||
#pkgar = {} # uses virtual Cargo.toml, needs recipe update
|
#pkgar = {} # uses virtual Cargo.toml, needs recipe update
|
||||||
|
@ -144,6 +143,7 @@ pkg-config = {}
|
||||||
pkgutils = {}
|
pkgutils = {}
|
||||||
#powerline = {} # dirs
|
#powerline = {} # dirs
|
||||||
prboom = {}
|
prboom = {}
|
||||||
|
procedural-wallpapers-rs = {}
|
||||||
ptyd = {}
|
ptyd = {}
|
||||||
#python = {} # getaddrinfo
|
#python = {} # getaddrinfo
|
||||||
#qemu = {}
|
#qemu = {}
|
||||||
|
@ -182,8 +182,8 @@ sdl_ttf = {}
|
||||||
sed = {}
|
sed = {}
|
||||||
#servo = {} # some more crates to port
|
#servo = {} # some more crates to port
|
||||||
#shared-mime-info = {} # intltool-update out of date
|
#shared-mime-info = {} # intltool-update out of date
|
||||||
shellstorm = {}
|
|
||||||
shellharden = {}
|
shellharden = {}
|
||||||
|
shellstorm = {}
|
||||||
clsmith = {}
|
clsmith = {}
|
||||||
sodium = {}
|
sodium = {}
|
||||||
sopwith = {}
|
sopwith = {}
|
||||||
|
|
|
@ -68,14 +68,15 @@ uutils = {}
|
||||||
|
|
||||||
# Apps
|
# Apps
|
||||||
periodictable = {}
|
periodictable = {}
|
||||||
sodium = {}
|
|
||||||
git = {}
|
# Shell Apps
|
||||||
gnu-grep = {}
|
|
||||||
bash = {}
|
bash = {}
|
||||||
binutils = {}
|
binutils = {}
|
||||||
curl = {}
|
curl = {}
|
||||||
|
git = {}
|
||||||
|
gnu-grep = {}
|
||||||
ripgrep = {}
|
ripgrep = {}
|
||||||
|
sodium = {}
|
||||||
|
|
||||||
# Games
|
# Games
|
||||||
dosbox = {}
|
dosbox = {}
|
||||||
|
|
Loading…
Reference in a new issue