nandi/frqpublic Fork 0
719742dcbe6d54f9a46d2dd1d059f7a72286e5ba
Commits
Clone
git clone https://git.rickub.com/nandi/frq.git
git clone ssh://git@rickub.com/nandi/frq.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

buck2 · 67 lines · 1.9 KBGDScript3 Blame HistoryRaw
Build the APK with buck2, from pins rather than from a second checkout a71ef8f nandi 18d ago1#!/usr/bin/env dotslash
2
3{
4 "name": "buck2",
5 "platforms": {
6 "linux-x86_64": {
7 "size": 39303524,
8 "hash": "blake3",
9 "digest": "afff180bc257de220f393ed4551693d877849cda012ac39cf9d4f7a27693848e",
10 "format": "zst",
11 "path": "buck2",
12 "providers": [
13 {
14 "url": "https://github.com/facebook/buck2/releases/download/2026-08-22/buck2-x86_64-unknown-linux-musl.zst"
15 }
16 ]
17 },
18 "linux-aarch64": {
19 "size": 37790120,
20 "hash": "blake3",
21 "digest": "52e2182d65630a0b68bb33ca9ae72b64c028668e5d02fe5fd46d8fcb3c361918",
22 "format": "zst",
23 "path": "buck2",
24 "providers": [
25 {
26 "url": "https://github.com/facebook/buck2/releases/download/2026-08-22/buck2-aarch64-unknown-linux-musl.zst"
27 }
28 ]
29 },
30 "macos-x86_64": {
31 "size": 36655230,
32 "hash": "blake3",
33 "digest": "1959b2f85dbba714f5d1f7824e813b0fca81224117a51cec7db17b8ae9fc1012",
34 "format": "zst",
35 "path": "buck2",
36 "providers": [
37 {
38 "url": "https://github.com/facebook/buck2/releases/download/2026-08-22/buck2-x86_64-apple-darwin.zst"
39 }
40 ]
41 },
42 "macos-aarch64": {
43 "size": 34435267,
44 "hash": "blake3",
45 "digest": "15ff15f1c10b8ddb3e8b3d43ca73964dec3719a514d805119c5e5963257daefe",
46 "format": "zst",
47 "path": "buck2",
48 "providers": [
49 {
50 "url": "https://github.com/facebook/buck2/releases/download/2026-08-22/buck2-aarch64-apple-darwin.zst"
51 }
52 ]
53 },
54 "windows-x86_64": {
55 "size": 31803375,
56 "hash": "blake3",
57 "digest": "ab36fa3ee1b4fe2e597b8bf0bfa27f815b64ff3f520b6456fe67cb48b24f85e6",
58 "format": "zst",
59 "path": "buck2.exe",
60 "providers": [
61 {
62 "url": "https://github.com/facebook/buck2/releases/download/2026-08-22/buck2-x86_64-pc-windows-msvc.exe.zst"
63 }
64 ]
65 }
66 }
67}