void-packages/srcpkgs/ruby-ffi/template
2019-10-04 18:04:53 +02:00

19 lines
491 B
Bash

# Template file for 'ruby-ffi'
pkgname=ruby-ffi
version=1.11.1
revision=3
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=90ae2a7fe7ac4c0af30650fba8b75d93ff3611803c4937248118797ae5edbb1a
post_install() {
vlicense LICENSE
}