From 0582b0f8cd26678e741a06ba2ab42cc47a7c689a Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 16 Nov 2025 21:43:49 +0100 Subject: moved non LFS tessera to extra/ --- src/tesserae/extra/grabnim.nim | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/tesserae/extra/grabnim.nim (limited to 'src/tesserae/extra/grabnim.nim') diff --git a/src/tesserae/extra/grabnim.nim b/src/tesserae/extra/grabnim.nim new file mode 100644 index 0000000..0134291 --- /dev/null +++ b/src/tesserae/extra/grabnim.nim @@ -0,0 +1,12 @@ +import .. / lapis + +tessera "grabnim": + source: "https://codeberg.org/janAkali/grabnim/archive/v0.3.0.tar.gz" + patches: @[""] + dependencies: @[""] + build: @[ + "./misc/install.sh", + "ln -sv $HOME/.nimble/bin/grabnim /usr/bin/grabnim" + ] + result: "grabnim" + -- cgit v1.2.3