void-packages/srcpkgs/ruby-webrick/template

18 lines
510 B
Bash

# Template file for 'ruby-webrick'
pkgname=ruby-webrick
version=1.9.0
revision=1
build_style=gemspec
hostmakedepends="ruby"
depends="ruby"
short_desc="Ruby module that provides a HTTP server toolkit"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-2-Clause"
homepage="https://rubygems.org/gems/webrick"
distfiles="https://github.com/ruby/webrick/archive/refs/tags/v${version}.tar.gz"
checksum=38c9352b9378c786f1c6904a355c541554b2367027a34d9fad6770a52aebff33
post_install() {
vlicense LICENSE.txt
}