add curze support

This commit is contained in:
abbie 2023-08-10 12:44:52 +01:00
parent 480037d938
commit 5f70d3bfd5
Signed by: threeoh6000
GPG key ID: 801FE4AD456E922C
4 changed files with 8 additions and 0 deletions

2
.curze/build.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
cargo build --release

3
.curze/install.sh Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
cp target/release/megafarp ../../bin/megafarp
chmod +x ../../bin/megafarp

2
.curze/uninstall.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/sh
rm ../../bin/megafarp

1
.curze/version Normal file
View file

@ -0,0 +1 @@
1