mirror of
https://github.com/Phantop/appdwarf.git
synced 2025-01-08 13:17:24 +00:00
apps: mp3tag wine64, mkpacman
This commit is contained in:
parent
6e1b6a08d2
commit
7c2862aa83
|
@ -6,5 +6,5 @@ aria2c "$LINK" -d "$DIR" -o mp3tag
|
||||||
7z x -y -o"$DIR" "$DIR"/mp3tag
|
7z x -y -o"$DIR" "$DIR"/mp3tag
|
||||||
mv "$DIR"/Mp3tag.exe "$DIR"/mp3tag
|
mv "$DIR"/Mp3tag.exe "$DIR"/mp3tag
|
||||||
appa
|
appa
|
||||||
sed -i '5s/ / wine /' "$DIR"/AppRun
|
sed -i '5s/ / wine64 /' "$DIR"/AppRun
|
||||||
part9
|
part9
|
||||||
|
|
11
apps/mkpacman
Executable file
11
apps/mkpacman
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
#!/bin/sh
|
||||||
|
. "$(dirname "$0")"/appmk
|
||||||
|
part0
|
||||||
|
APP="$1"
|
||||||
|
sudo pacman -Sw --cachedir "$DIR" "$@"
|
||||||
|
parallel "tar xf {} -C$DIR" ::: "$DIR"/*.tar.zst
|
||||||
|
rm -f "$DIR"/*.tar.zst*
|
||||||
|
appb
|
||||||
|
sed -i 4s#/lib#/usr/lib#g "$DIR"/AppRun
|
||||||
|
sed -i 3,5s#/bin#/usr/bin# "$DIR"/AppRun
|
||||||
|
part9
|
Loading…
Reference in a new issue