From 535016b9625920ed6507ac10987a27b17ee8cc37 Mon Sep 17 00:00:00 2001 From: Eddie Barraco Date: Mon, 28 Oct 2019 22:07:08 +0100 Subject: [PATCH] Add ruby-unicode-display_widt --- srcpkgs/ruby-unicode-display_width/template | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 srcpkgs/ruby-unicode-display_width/template diff --git a/srcpkgs/ruby-unicode-display_width/template b/srcpkgs/ruby-unicode-display_width/template new file mode 100644 index 00000000000..4b955200a30 --- /dev/null +++ b/srcpkgs/ruby-unicode-display_width/template @@ -0,0 +1,15 @@ +# Template file for 'ruby-unicode-display_width' +pkgname=ruby-unicode-display_width +version=1.6.0 +revision=1 +archs=noarch +build_style=gem +short_desc="Determines the monospace display width of a string using EastAsianWidth.txt, Unicode general category, and other data" +maintainer="Orphaned " +license="MIT" +homepage="https://github.com/janlelis/unicode-display_width" +checksum=5cfcc08491f3978e8506b5527d9e871beeffe2b5dacc62df78fb86a9a28d6e22 + +post_install() { + vlicense MIT-LICENSE.txt +}