New package: ruby-ffi-1.9.25
This commit is contained in:
parent
9badb05bd0
commit
9712f265b1
1 changed files with 18 additions and 0 deletions
18
srcpkgs/ruby-ffi/template
Normal file
18
srcpkgs/ruby-ffi/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# Template file for 'ruby-ffi'
|
||||||
|
pkgname=ruby-ffi
|
||||||
|
version=1.9.25
|
||||||
|
revision=1
|
||||||
|
wrksrc="ffi-${version}"
|
||||||
|
build_style=gemspec
|
||||||
|
hostmakedepends="libffi-devel"
|
||||||
|
makedepends="libffi-devel"
|
||||||
|
short_desc="Ruby FFI library"
|
||||||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://wiki.github.com/ffi/ffi"
|
||||||
|
distfiles="https://rubygems.org/downloads/ffi-${version}.gem"
|
||||||
|
checksum=f854f08f08190fec772a12e863f33761d02ad3efea3c3afcdeffc8a06313f54a
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Reference in a new issue