16 lines
438 B
Bash
16 lines
438 B
Bash
# Template file for 'ruby-public_suffix'
|
|
pkgname=ruby-public_suffix
|
|
version=3.0.3
|
|
revision=2
|
|
archs=noarch
|
|
build_style=gem
|
|
short_desc="Parse domain names into top level domain, domain and subdomains"
|
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
|
license="MIT"
|
|
homepage="https://simonecarletti.com/code/publicsuffix-ruby"
|
|
checksum=d4f4addffbd1ad3e7b5bb2e258a761ccef5670c23c29b0476b2299bcca220623
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|