void-packages/srcpkgs/ruby-ethon/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

16 lines
397 B
Bash

# Template file for 'ruby-ethon'
pkgname=ruby-ethon
version=0.12.0
revision=1
archs=noarch
build_style=gem
depends="ruby-ffi>=1.3.0"
short_desc="Lightweight wrapper around libcurl"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/typhoeus/ethon"
checksum=e99d3095e89f82c5a7e63d9261ddf4a21f28ae5d12a9d3abaa6920cce6cbef3d
post_install() {
vlicense LICENSE
}