18 lines
491 B
Bash
18 lines
491 B
Bash
# Template file for 'ruby-ffi'
|
|
pkgname=ruby-ffi
|
|
version=1.11.3
|
|
revision=4
|
|
wrksrc="ffi-${version}"
|
|
build_style=gemspec
|
|
hostmakedepends="libffi-devel"
|
|
makedepends="libffi-devel"
|
|
short_desc="Ruby FFI library"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/ffi/ffi/wiki"
|
|
distfiles="https://rubygems.org/downloads/ffi-${version}.gem"
|
|
checksum=6da2eb3c4867e64df28d3e0b1008422dfacda7c046f9a8f3c56c52505b195e81
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|