Add package descriptions and homepages

This commit is contained in:
lyxell
2017-05-30 05:20:56 +02:00
parent 41cefa1e24
commit 5aa6546dde
169 changed files with 337 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
require 'package_helpers'
class Package
property :version, :binary_url, :binary_sha1, :source_url, :source_sha1, :is_fake
property :description, :homepage, :version, :binary_url, :binary_sha1, :source_url, :source_sha1, :is_fake
class << self
attr_reader :is_fake