aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-14 12:14:23 -0400
committerBradley Taunt <bt@btxx.org>2024-07-14 12:14:23 -0400
commit2ae81e366af0539a1b55de722c22c0a13fe2cada (patch)
tree327bb91171199e18ca12703a4cb7cb07827821e9
parentcda23b7b38cfec01bb182faa616a227d2cef29ae (diff)
Default back to smu for builds
-rw-r--r--.build.yml6
-rwxr-xr-xbarf2
2 files changed, 6 insertions, 2 deletions
diff --git a/.build.yml b/.build.yml
index 992be5f..1ccda0f 100644
--- a/.build.yml
+++ b/.build.yml
@@ -3,7 +3,6 @@ oauth: pages.sr.ht/PAGES:RW
packages:
- rsync
- coreutils
-- lowdown
- go
- hut
environment:
@@ -11,6 +10,11 @@ site: barf.btxx.org
sources:
- https://git.sr.ht/~bt/barf
tasks:
+- install-smu: |
+ git clone https://git.sr.ht/~bt/smu
+ cd smu
+ sudo make
+ sudo make install
- build: |
cd barf
make build
diff --git a/barf b/barf
index 4fae748..f748370 100755
--- a/barf
+++ b/barf
@@ -15,7 +15,7 @@ elif [ "$os_name" = "Darwin" ]; then
fi
set -eu
-MARKDOWN=lowdown
+MARKDOWN=smu
IFS=' '
# Create tab separated file with filename, title, creation date, last update