19 lines
536 B
Bash
19 lines
536 B
Bash
# Template file for 'ruby-webrick'
|
|
pkgname=ruby-webrick
|
|
version=1.7.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=25df35c696301deddec8cc929954284fa3dfaa86ad90c0cce2ecc5740c476545
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/usr/bin
|
|
vlicense LICENSE.txt
|
|
}
|