diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-17 16:59:56 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-09-24 11:23:36 +0200 |
commit | a64dad6a0a6f6893bbb6eed7065485c1965ff70b (patch) | |
tree | 913f0cfe6fff4391e43a801034bfa2ee7c625ccd /tests/loader/internal/1/math | |
parent | b192a3fcc7875210b3e1f6bd2292022a78c9f0e1 (diff) |
Package object model refactoring
Diffstat (limited to 'tests/loader/internal/1/math')
-rw-r--r-- | tests/loader/internal/1/math/packages | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/loader/internal/1/math/packages b/tests/loader/internal/1/math/packages index cbd8165..9ce4063 100644 --- a/tests/loader/internal/1/math/packages +++ b/tests/loader/internal/1/math/packages @@ -25,3 +25,11 @@ package-url: http://www.example.com/foo/pack package-email: pack@example.com depends: libmisc >= 2.3.0 location: libfoo-1.2.4-1.tar.gz +: +name: libfoo +version: 1.0 +summary: The Foo Lib +license: MIT +url: http://www.example.com/foo/ +email: foo-users@example.com +location: libfoo-1.0.tar.gz |