mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Add description and homepage metadata to packages
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
require 'package'
|
||||
|
||||
class Nanomsg < Package
|
||||
description 'nanomsg is a socket library that provides several common communication patterns.'
|
||||
homepage 'http://nanomsg.org/'
|
||||
version '1.0,0'
|
||||
source_url 'https://github.com/nanomsg/nanomsg/archive/1.0.0.tar.gz'
|
||||
source_sha1 '57f90778a9bb7b95a7fd73910fd41894f3ee9cab'
|
||||
|
||||
Reference in New Issue
Block a user