mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +00:00
new port: lsd, next-Gen ls command
This commit is contained in:
1
main/lsd/.checksums
Normal file
1
main/lsd/.checksums
Normal file
@@ -0,0 +1 @@
|
||||
5ef3cdc9494fb29076d49ab7b9364044 lsd-0.23.1.tar.gz
|
||||
4
main/lsd/.pkgfiles
Normal file
4
main/lsd/.pkgfiles
Normal file
@@ -0,0 +1,4 @@
|
||||
lsd-0.23.1-1
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/lsd
|
||||
15
main/lsd/spkgbuild
Normal file
15
main/lsd/spkgbuild
Normal file
@@ -0,0 +1,15 @@
|
||||
# description : Next-Gen ls command
|
||||
# homepage : https://github.com/Peltoche/lsd
|
||||
# depends : rust
|
||||
|
||||
name=lsd
|
||||
version=0.23.1
|
||||
release=1
|
||||
source="https://github.com/Peltoche/$name/archive/$version/$name-$version.tar.gz"
|
||||
|
||||
build() {
|
||||
cd $name-$version
|
||||
cargo build --release --locked
|
||||
cargo install --locked --path . --root=$PKG/usr
|
||||
rm $PKG/usr/.crates*
|
||||
}
|
||||
Reference in New Issue
Block a user