ruby-public_suffix: use system public-suffix
This commit is contained in:
parent
450880fd28
commit
c1d99ecab9
|
@ -1,12 +1,14 @@
|
|||
# Template file for 'ruby-public_suffix'
|
||||
pkgname=ruby-public_suffix
|
||||
version=4.0.2
|
||||
revision=7
|
||||
build_style=gem
|
||||
revision=8
|
||||
build_style=gemspec
|
||||
depends="ruby public-suffix"
|
||||
short_desc="Parse domain names into top level domain, domain and subdomains"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://simonecarletti.com/code/publicsuffix-ruby"
|
||||
distfiles="https://rubygems.org/downloads/${pkgname#ruby-}-${version}.gem"
|
||||
checksum=ff9948307037937ad7149b04ba9bf26e007b964d0f8f7101db5f3fe8cf298673
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue