void-packages/srcpkgs/ruby-webrick/template

18 lines
510 B
Bash

# Template file for 'ruby-webrick'
pkgname=ruby-webrick
version=1.8.1
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=7a479503b02e1351a7b3fc6814a57e986d94f4ea32796d3067ed89c342aefdcb
post_install() {
vlicense LICENSE.txt
}