Commit 85a81da0 authored by Satadru Pramanik's avatar Satadru Pramanik

add pango license

parent ce7b4d35
......@@ -4,6 +4,7 @@ class Pangomm < Package
description 'pangomm is the official C++ interface for the Pango font layout library.'
homepage 'https://developer.gnome.org/pangomm/stable/'
version '1.0'
license 'LGPL-2.1+'
compatibility 'all'
is_fake
......
......@@ -5,6 +5,7 @@ class Pangomm_1_4 < Package
homepage 'https://developer.gnome.org/pangomm/stable/'
@_ver = '2.46.0'
version @_ver
license 'LGPL-2.1+'
compatibility 'all'
source_url "https://gitlab.gnome.org/GNOME/pangomm/-/archive/#{@_ver}/pangomm-#{@_ver}.tar.bz2"
source_sha256 '9582d961e71d5134aeadc73de63baa27424f76ab6d04280d6b6c9177c4b653a9'
......
......@@ -5,6 +5,7 @@ class Pangomm_2_48 < Package
homepage 'https://developer.gnome.org/pangomm/stable/'
@_ver = '2.48.0'
version @_ver
license 'LGPL-2.1+'
compatibility 'all'
source_url "https://gitlab.gnome.org/GNOME/pangomm/-/archive/#{@_ver}/pangomm-#{@_ver}.tar.bz2"
source_sha256 '744ba9156ca642f6cbbe049f965c741319c9f71629b153b6888dbca239fa770b'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment