mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-04 02:52:58 +02:00
New package: ruby-thor-1.2-1.2.2
This commit is contained in:
parent
65f7c3f274
commit
64aa7998d7
1 changed files with 20 additions and 0 deletions
20
srcpkgs/ruby-thor-1.2/template
Normal file
20
srcpkgs/ruby-thor-1.2/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for 'ruby-thor-1.2'
|
||||
pkgname=ruby-thor-1.2
|
||||
version=1.2.2
|
||||
revision=1
|
||||
build_style=gem
|
||||
depends="ruby-thor"
|
||||
short_desc="Ruby toolkit for building powerful command-line interfaces."
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="http://whatisthor.com/"
|
||||
distfiles="https://rubygems.org/downloads/thor-${version}.gem"
|
||||
checksum=2f93c652828cba9fcf4f65f5dc8c306f1a7317e05aad5835a13740122c17f24c
|
||||
|
||||
pre_install() {
|
||||
export gemname=thor
|
||||
}
|
||||
|
||||
post_install() {
|
||||
rm -f "${DESTDIR}/usr/bin/thor"
|
||||
}
|
Loading…
Add table
Reference in a new issue