From f9d2e306e644b1da29dbc60ba79925daf86c53cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Estrella?= <2049686+sestrella@users.noreply.github.com> Date: Wed, 21 Oct 2020 22:06:26 -0500 Subject: [PATCH] Add stack plugin --- README.md | 1 + plugins/stack | 1 + 2 files changed, 2 insertions(+) create mode 100644 plugins/stack diff --git a/README.md b/README.md index 08ccb76..9fb596d 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,7 @@ itself) to look for plugins. | sopstool | [elementalvoid/asdf-sopstool](https://github.com/elementalvoid/asdf-sopstool) | [![GitHub Actions Status](https://github.com/elementalvoid/asdf-sopstool/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/elementalvoid/asdf-sopstool/actions) | | Spago | [nsaunders/asdf-spago](https://github.com/nsaunders/asdf-spago) | [![Build Status](https://github.com/nsaunders/asdf-spago/workflows/Build/badge.svg)](https://github.com/nsaunders/asdf-spago/actions) | | SQLite | [cLupus/asdf-sqlite](https://github.com/cLupus/asdf-sqlite) | [![Build Status](https://travis-ci.org/cLupus/asdf-sqlite.svg?branch=master)](https://travis-ci.org/cLupus/asdf-sqlite) | +| Stack | [sestrella/asdf-stack](https://github.com/sestrella/asdf-stack) | [![CI](https://github.com/sestrella/asdf-stack/workflows/CI/badge.svg?branch=master)](https://github.com/sestrella/asdf-stack/actions) | | starship | [grimoh/asdf-starship](https://github.com/grimoh/asdf-starship) | [![GitHub Actions Status](https://github.com/grimoh/asdf-starship/workflows/Main%20workflow/badge.svg?branch=master)](https://github.com/grimoh/asdf-starship/actions) | | Steel Bank Common Lisp (sbcl) | [smashedtoatoms/asdf-sbcl](https://github.com/smashedtoatoms/asdf-sbcl) | [![Build Status](https://travis-ci.org/smashedtoatoms/asdf-sbcl.svg?branch=master)](https://travis-ci.org/smashedtoatoms/asdf-sbcl) | | Stern | [looztra/asdf-stern](https://github.com/looztra/asdf-stern) | [![Build Status](https://travis-ci.org/looztra/asdf-stern.svg?branch=master)](https://travis-ci.org/looztra/asdf-stern) | diff --git a/plugins/stack b/plugins/stack new file mode 100644 index 0000000..43940a3 --- /dev/null +++ b/plugins/stack @@ -0,0 +1 @@ +repository = https://github.com/sestrella/asdf-stack.git