Skip to content

Commit

Permalink
--asset tags to eget
Browse files Browse the repository at this point in the history
  • Loading branch information
0b1kn00b committed Apr 18, 2024
1 parent 5f35ed4 commit a023ef6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ if (! test -f "$obin/nostromo"); then
fi

if (! test -f "$obin/aim"); then
eget https://github.com/mihaigalos/aim/ --to ${obin}
eget https://github.com/mihaigalos/aim/ --asset="gnu" --to ${obin}
fi

if (! test -f "$obin/bb"); then
eget https://github.com/babashka/babashka/ --to ${obin}
eget https://github.com/babashka/babashka/ --asset="static.tar.gz" --to ${obin}
fi

if (! test -f "$obin/neko"); then
Expand All @@ -52,15 +52,15 @@ if (! test -f "$obin/haxe"); then
fi

if (! test -f "$obin/rclone"); then
eget https://github.com/rclone/rclone --to ${obin}
eget https://github.com/rclone/rclone --asset=".zip" --to ${obin}
fi

if (! test -f "$obin/lefthook"); then
eget https://github.com/evilmartians/lefthook --to ${obin}
eget https://github.com/evilmartians/lefthook --asset=".tar.gz" --to ${obin}
fi

if (! test -f "$obin/xc"); then
eget https://github.com/joerdav/xc/ --to ${obin}
eget https://github.com/joerdav/xc/ --asset=".tar.gz" --to ${obin}
fi

if (! test -f "$obin/vagrant"); then
Expand Down
5 changes: 5 additions & 0 deletions .local/share/bertha/i/var/.eget.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[global]
quiet = true

[rclone/rclone]
asset_filters = [".zip"]

0 comments on commit a023ef6

Please sign in to comment.