added more balatro packages
This commit is contained in:
18
balatro-android/package.nix
Normal file
18
balatro-android/package.nix
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
stdenvNoCC,
|
||||
balatro,
|
||||
balatromobile,
|
||||
extraArguments ? "",
|
||||
}:
|
||||
stdenvNoCC.mkDerivation {
|
||||
pname = "balatro-android";
|
||||
version = balatro.version;
|
||||
|
||||
dontUnpack = true;
|
||||
|
||||
buildPhase = ''
|
||||
mkdir -p $out/share
|
||||
${balatromobile}/bin/balatromobile android ${extraArguments} ${balatro}/share/Balatro
|
||||
install balatro*.apk $out/share
|
||||
'';
|
||||
}
|
Reference in New Issue
Block a user