19 lines
494 B
Bash
19 lines
494 B
Bash
# 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
|
|
}
|