mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: ruby-sync-0.5.0
This commit is contained in:
parent
0c7975f3f4
commit
4b6266db15
1 changed files with 20 additions and 0 deletions
20
srcpkgs/ruby-sync/template
Normal file
20
srcpkgs/ruby-sync/template
Normal file
|
@ -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 <leah@vuxu.org>"
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue