void-packages/srcpkgs/ruby-rb-readline/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
432 B
Bash

# Template file for 'ruby-rb-readline'
pkgname=ruby-rb-readline
version=0.5.5
revision=2
archs=noarch
build_style=gem
depends="ruby"
short_desc="Pure Ruby implementation of GNU readline library"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/ConnorAtherton/rb-readline"
checksum=9e9bd7e198bdef0822c46902f6c592b882c1f9777894a4c3dcf5b320824a8793
post_install() {
vlicense LICENSE
}