# Template file for 'ruby-webrick'
pkgname=ruby-webrick
version=1.9.2
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=a0d27b406dffbb0d44b05eb1e850e12a8e97916aa4469dc27e182a783bf01f04

post_install() {
	vlicense LICENSE.txt
}
