From 533152dd527c89073a405e962b59ce189689ecea Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Sat, 2 Jul 2022 19:19:31 +0200 Subject: [PATCH] add haiti and its dependencies --- srcpkgs/ruby-docopt/template | 14 ++++++++++++++ srcpkgs/ruby-haiti-hash/template | 16 ++++++++++++++++ srcpkgs/ruby-paint/template | 14 ++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 srcpkgs/ruby-docopt/template create mode 100644 srcpkgs/ruby-haiti-hash/template create mode 100644 srcpkgs/ruby-paint/template diff --git a/srcpkgs/ruby-docopt/template b/srcpkgs/ruby-docopt/template new file mode 100644 index 000000000000..e0011879522f --- /dev/null +++ b/srcpkgs/ruby-docopt/template @@ -0,0 +1,14 @@ +# Template file for 'ruby-docopt' +pkgname=ruby-docopt +version=0.6.1 +revision=1 +build_style=gem +short_desc="Command line option parser, that will make you smile" +maintainer="Orphaned " +license="MIT" +homepage="https://rubygems.org/gems/docopt" +checksum=73f837ed376d015971712c17f7aafa021998b964b77d52997dcaff79d6727467 + +post_install() { + vlicense LICENSE +} diff --git a/srcpkgs/ruby-haiti-hash/template b/srcpkgs/ruby-haiti-hash/template new file mode 100644 index 000000000000..f3d84b0ccb03 --- /dev/null +++ b/srcpkgs/ruby-haiti-hash/template @@ -0,0 +1,16 @@ +# Template file for 'ruby-haiti-hash' +pkgname=ruby-haiti-hash +version=1.3.0 +revision=1 +build_style=gem +depends="ruby-docopt ruby-paint" +short_desc="Hash type identifier (CLI & lib)" +maintainer="Orphaned " +license="MIT" +homepage="https://noraj.github.io/haiti/" +changelog="https://github.com/noraj/haiti/blob/master/docs/CHANGELOG.md" +checksum=d2a2808cc1626bc5bb24c34a211645c2b3749af6f7d595a9a2d65d1be0d72a9f + +post_install() { + vlicense LICENSE.txt +} diff --git a/srcpkgs/ruby-paint/template b/srcpkgs/ruby-paint/template new file mode 100644 index 000000000000..015c9e89a9e2 --- /dev/null +++ b/srcpkgs/ruby-paint/template @@ -0,0 +1,14 @@ +# Template file for 'ruby-paint' +pkgname=ruby-paint +version=2.2.1 +revision=1 +build_style=gem +short_desc="Ruby paint manages terminal colors and effects" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/janlelis/paint" +checksum=fd2c46f7fd1a1389d447e20f0ba2e8624792a7b64f827c146ef459ac5adfd005 + +post_install() { + vlicense MIT-LICENSE.txt +}