18 lines
494 B
Bash
18 lines
494 B
Bash
# Template file for 'ruby-ffi'
|
|
pkgname=ruby-ffi
|
|
version=1.10.0
|
|
revision=2
|
|
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=17001940b28a961c94251a39f0ae00b32c2d0850479b5978c971759591fc1749
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|