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

14 lines
396 B
Bash

# Template file for 'ruby-mini_portile2'
pkgname=ruby-mini_portile2
version=2.4.0
revision=1
build_style=gem
short_desc="Simplistic port-like solution for developers"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://github.com/flavorjones/mini_portile"
checksum=7e178a397ad62bb8a96977986130dc81f1b13201c6dd95a48bd8cec1dda5f797
post_install() {
vlicense LICENSE.txt
}