void-packages/srcpkgs/ruby-ffi/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

18 lines
491 B
Bash

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