From 4b6266db15510f00a26a7b538713c8eea1e029cf Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 2 Apr 2020 14:54:15 +0200 Subject: [PATCH] New package: ruby-sync-0.5.0 --- srcpkgs/ruby-sync/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/ruby-sync/template diff --git a/srcpkgs/ruby-sync/template b/srcpkgs/ruby-sync/template new file mode 100644 index 00000000000..20771ee9b5e --- /dev/null +++ b/srcpkgs/ruby-sync/template @@ -0,0 +1,20 @@ +# Template file for 'ruby-sync' +pkgname=ruby-sync +version=0.5.0 +revision=1 +archs="noarch" +wrksrc="${pkgname#ruby-}-${version}" +build_style=gemspec +hostmakedepends="ruby" +depends="ruby" +short_desc="A module that provides a two-phase lock with a counter" +maintainer="Leah Neukirchen " +license="BSD-2-Clause" +homepage="https://rubygems.org/gems/sync" +distfiles="https://github.com/ruby/sync/archive/v${version}.tar.gz" +checksum=42d04e4cc3f7f1222fbcc59d58c852874327ec3f0eca43cbe6a34ae5e4ba3262 + +post_install() { + rm -r ${DESTDIR}/usr/bin + vlicense LICENSE.txt +}