New package: ruby-hpricot-0.8.6.

This commit is contained in:
maxice8 2018-10-27 04:57:11 -03:00 committed by maxice8
parent 67ede43726
commit 96040730f7
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
# Template file for 'ruby-hpricot'
pkgname=ruby-hpricot
version=0.8.6
revision=1
wrksrc="${pkgname#ruby-}-${version}"
build_style=gemspec
makedepends="ruby-devel"
short_desc="Swift, liberal HTML parser"
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
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
}