Commit 27208aff authored by matthewcroughan's avatar matthewcroughan
Browse files

badgemagic-app: init at v1.18.15

parent 69d335c7
Loading
Loading
Loading
Loading
+34 −0
Original line number Diff line number Diff line
{
  lib,
  flutter338,
  fetchFromGitHub,
}:

let
  version = "1.18.15";

  src = fetchFromGitHub {
    owner = "fossasia";
    repo = "badgemagic-app";
    tag = "v${version}";
    hash = "sha256-zQ7ajVHueyCJP2n81dogM5YytxOoJ/hJt/qYbmw64e0=";
  };
in
flutter338.buildFlutterApplication {
  pname = "badgemagic-app";
  inherit version src;

  pubspecLock = lib.importJSON ./pubspec.lock.json;

  meta = {
    description = "Badge Magic with LEDs - mobile and desktop app";
    homepage = "https://github.com/fossasia/badgemagic-app";
    license = with lib.licenses; [ asl20 ];
    maintainers = [ lib.maintainers.matthewcroughan ];
    platforms = [
      "aarch64-linux"
      "x86_64-linux"
    ];
    mainProgram = "badgemagic";
  };
}
+1126 −0

File added.

Preview size limit exceeded, changes collapsed.