From 09dace6310ddcea68b6deeaca824a67e21edf203 Mon Sep 17 00:00:00 2001 From: Andrew <51118083+ArionThinker@users.noreply.github.com> Date: Sun, 2 Jul 2023 22:49:26 +0300 Subject: [PATCH] github.com/postmodern/ruby-install (#2345) * github.com/postmodern/ruby-install * fix '"' * sed * debug * version marketing * remove sed --- .../postmodern/ruby-install/package.yml | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 projects/github.com/postmodern/ruby-install/package.yml diff --git a/projects/github.com/postmodern/ruby-install/package.yml b/projects/github.com/postmodern/ruby-install/package.yml new file mode 100644 index 00000000..21c7daa0 --- /dev/null +++ b/projects/github.com/postmodern/ruby-install/package.yml @@ -0,0 +1,21 @@ +distributable: + url: https://github.com/postmodern/ruby-install/releases/download/v{{version}}/ruby-install-{{version}}.tar.gz + strip-components: 1 + +versions: + github: postmodern/ruby-install + +dependencies: + tukaani.org/xz: '*' + +build: + dependencies: + tea.xyz/gx/cc: c99 + tea.xyz/gx/make: '*' + + script: make --jobs {{ hw.concurrency }} install PREFIX="{{prefix}}" + +provides: + - bin/ruby-install + +test: ruby-install --version | grep {{version.marketing}} \ No newline at end of file