instalee/packages/ultradefrag/linux

11 lines
385 B
Plaintext
Raw Permalink Normal View History

2022-11-24 14:03:57 +00:00
#!/bin/sh -e
# Inspired by https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=udefrag
name="ultradefrag-5.0.0AB.8"
zip="$name.zip"
2023-03-15 22:01:19 +00:00
#wget --no-verbose "http://jp-andre.pagesperso-orange.fr/$zip"
wget --no-verbose https://web.archive.org/web/20220418235325if_/https://jp-andre.pagesperso-orange.fr/ultradefrag-5.0.0AB.8.zip
2022-11-24 14:03:57 +00:00
unzip "$zip"
cd "$name/src"
make
cp udefrag /usr/local/bin