From 2ae81e366af0539a1b55de722c22c0a13fe2cada Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Sun, 14 Jul 2024 12:14:23 -0400 Subject: Default back to smu for builds --- .build.yml | 6 +++++- barf | 2 +- 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 -- cgit v1.2.3-54-g00ecf