blob: 92f3df680f7c5af47ce5e102b9a9c260a0281f8a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{'description': {'en': "Gig OS's Overlay"},
'feed': ['https://github.com/Gig-OS/gig/commits/master.atom'],
'homepage': 'https://github.com/Gig-OS/gig',
'name': 'gig',
'owner': [{'email': 'yangmame@i2pmail.org', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/Gig-OS/gig.git'}],
'status': 'unofficial'}
$ pmaint sync gig
Already up to date.
*** syncing gig
*** synced gig
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gig
* Cache regenerated successfully
|