about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsterni <sternenseemann@systemli.org>2022-02-27T15·54+0100
committersterni <sternenseemann@systemli.org>2022-11-26T15·38+0000
commit3b6bdc8c72057434859f3520a8cead42cc6cfb19 (patch)
treed57e5d6651e111846643df6fb5df0a138b340c5a
parent41451c6dd8640dfd84c013a1dbba3ffa21128edf (diff)
feat(sterni/external): add likely-music r/5333
This is an old project of mine, I have still deployed because a friend
was interested in using it (I think they never did though). The
repository can't be subtree-ed at the moment since it is AGPL and also
contains some personal information I would prefer not to check into such
a long-lived repository. Relicensing and subtree-ing it using a
semi-elaborate josh filter would be possible in the future, but I'm not
sure if it is worth it yet. This is probably good enough for now, the
project also very rarely breaks on channel updates.

Change-Id: I8948961406f345731d5e075e47c15901c16ca27f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/7290
Reviewed-by: sterni <sternenseemann@systemli.org>
Tested-by: BuildkiteCI
-rw-r--r--users/sterni/external/likely-music.nix11
-rw-r--r--users/sterni/external/sources.json12
2 files changed, 23 insertions, 0 deletions
diff --git a/users/sterni/external/likely-music.nix b/users/sterni/external/likely-music.nix
new file mode 100644
index 0000000000..cfb6d120bd
--- /dev/null
+++ b/users/sterni/external/likely-music.nix
@@ -0,0 +1,11 @@
+{ depot, pkgs, ... }:
+
+import depot.users.sterni.external.sources.likely-music
+  {
+    inherit pkgs;
+    inherit (depot.third_party) napalm;
+  } // {
+  meta.ci.targets = [
+    "likely-music"
+  ];
+}
diff --git a/users/sterni/external/sources.json b/users/sterni/external/sources.json
index 379e77272f..47197ee086 100644
--- a/users/sterni/external/sources.json
+++ b/users/sterni/external/sources.json
@@ -10,5 +10,17 @@
         "type": "tarball",
         "url": "https://github.com/openlab-aux/flipdot-gschichtler/archive/93683a7fff04e167963b70a8906f982567646501.tar.gz",
         "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
+    },
+    "likely-music": {
+        "branch": "master",
+        "description": "experimental application for probabilistic music composition",
+        "homepage": "",
+        "owner": "sternenseemann",
+        "repo": "likely-music",
+        "rev": "769e9ae049646d436c27ed21650461cdb7f9815d",
+        "sha256": "0rs3ycn0rp621zisfwlsw01l4y0h5841xnc1di0mvizxsmxhl2l9",
+        "type": "tarball",
+        "url": "https://github.com/sternenseemann/likely-music/archive/769e9ae049646d436c27ed21650461cdb7f9815d.tar.gz",
+        "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
     }
 }