commit 2ae81e366af0539a1b55de722c22c0a13fe2cada from: Bradley Taunt date: Sun Jul 14 16:14:23 2024 UTC Default back to smu for builds commit - cda23b7b38cfec01bb182faa616a227d2cef29ae commit + 2ae81e366af0539a1b55de722c22c0a13fe2cada blob - 992be5fc242e95a372c2ccf51b644469eb354439 blob + 1ccda0f443ecd5397239ea4f1ceef38b36f9fc24 --- .build.yml +++ .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 blob - 4fae7482a5f9d26ec78364e5a32e32e20a629e3a blob + f74837016076a5e840a475241bd5e7465d7d53ec --- barf +++ 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