summaryrefslogtreecommitdiff
path: root/meta
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-04 16:38:05 -0300
committerEuAndreh <eu@euandre.org>2025-05-04 17:05:34 -0300
commit4761588713f893d76ce717fe8cc54e3ed7f61b43 (patch)
tree9335ff2ec11ddcbedaea00eca5302c6fb9fa37b9 /meta
parentMakefile: Turn "i18n.sentinel" into a standalone "i18n" virtual target (diff)
downloadeuandre.org-4761588713f893d76ce717fe8cc54e3ed7f61b43.tar.gz
euandre.org-4761588713f893d76ce717fe8cc54e3ed7f61b43.tar.xz
Makefile: Fix dependency tracking of $(captured-assets)
Since I can't get deterministic outputs out of mktorrent(1), change torrents from $(captured-assets) to $(dynamic-contents).
Diffstat (limited to '')
-rw-r--r--meta.capim5
-rw-r--r--meta.json5
2 files changed, 5 insertions, 5 deletions
diff --git a/meta.capim b/meta.capim
new file mode 100644
index 0000000..9ae8c0f
--- /dev/null
+++ b/meta.capim
@@ -0,0 +1,5 @@
+{
+ :description "Blog and personal website (euandre.org)."
+ :baseurl "https://euandre.org"
+ :email "eu@euandre.org"
+}
diff --git a/meta.json b/meta.json
deleted file mode 100644
index b5a8522..0000000
--- a/meta.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "description": "Blog and personal website (euandre.org).",
- "baseurl": "https://euandre.org",
- "email": "eu@euandre.org"
-}