New package: ruby-ffi-1.9.25

This commit is contained in:
maxice8 2018-11-15 16:19:29 -02:00 committed by maxice8
parent 9badb05bd0
commit 9712f265b1
1 changed files with 18 additions and 0 deletions

18
srcpkgs/ruby-ffi/template Normal file
View 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
}