17 lines
457 B
Bash
17 lines
457 B
Bash
|
# Template file for 'ruby-launchy'
|
||
|
pkgname=ruby-launchy
|
||
|
version=2.4.3
|
||
|
revision=1
|
||
|
noarch=yes
|
||
|
build_style=gem
|
||
|
depends="ruby-addressable>=2.3 ruby-addressable<3.0"
|
||
|
short_desc="Helper class for launching cross-platform applications"
|
||
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||
|
license="ISC"
|
||
|
homepage="https://github.com/copiousfreetime/launchy"
|
||
|
checksum=42f52ce12c6fe079bac8a804c66522a0eefe176b845a62df829defe0e37214a4
|
||
|
|
||
|
post_install() {
|
||
|
vlicense LICENSE
|
||
|
}
|