mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 12:32:37 +01:00
ruby-kwalify: Add license to $license.
This commit is contained in:
parent
9638056dad
commit
0bc352fbfa
2 changed files with 2 additions and 1 deletions
1
.SRCINFO
1
.SRCINFO
|
|
@ -4,6 +4,7 @@ pkgbase = ruby-kwalify
|
|||
pkgrel = 1
|
||||
url = http://www.kuwata-lab.com/kwalify/
|
||||
arch = any
|
||||
license = MIT
|
||||
depends = ruby
|
||||
noextract = kwalify-0.7.2.gem
|
||||
options = !emptydirs
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -8,7 +8,7 @@ pkgrel=1
|
|||
pkgdesc='a parser, schema validator, and data-binding tool for YAML and JSON.'
|
||||
arch=(any)
|
||||
url='http://www.kuwata-lab.com/kwalify/'
|
||||
license=()
|
||||
license=('MIT')
|
||||
depends=(ruby)
|
||||
options=(!emptydirs)
|
||||
source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue