void-packages/srcpkgs/ruby-hpricot/template
Lugubris d78cb0d201 Drop maintainership of orphaned packages
some packages were dropped but their maintainer= was not updated in template.
this will help new maintainers adopt these packages.

-> https://github.com/void-linux/void-packages/pull/13930#issuecomment-524610652
2019-08-25 21:16:43 +02:00

21 lines
560 B
Bash

# Template file for 'ruby-hpricot'
pkgname=ruby-hpricot
version=0.8.6
revision=2
wrksrc="${pkgname#ruby-}-${version}"
build_style=gemspec
makedepends="ruby-devel"
short_desc="Swift, liberal HTML parser"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://code.whytheluckystiff.net/hpricot/"
distfiles="https://github.com/hpricot/hpricot/archive/${version}.tar.gz"
checksum=792f63cebe2f2b02058974755b4c8a3aef52e5daf37f779a34885d5ff2876017
pre_build() {
sed -i '3,4d' ext/hpricot_scan/extconf.rb
}
post_install() {
vlicense COPYING
}