void-packages/srcpkgs/ruby-launchy/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
456 B
Bash

# Template file for 'ruby-launchy'
pkgname=ruby-launchy
version=2.4.3
revision=2
archs=noarch
build_style=gem
depends="ruby-addressable>=2.3 ruby-addressable<3.0"
short_desc="Helper class for launching cross-platform applications"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ISC"
homepage="https://github.com/copiousfreetime/launchy"
checksum=42f52ce12c6fe079bac8a804c66522a0eefe176b845a62df829defe0e37214a4
post_install() {
vlicense LICENSE
}