Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fsquillace/minos
PKGBUILD and manual generator for AUR packages
https://github.com/fsquillace/minos
Last synced: 23 days ago
JSON representation
PKGBUILD and manual generator for AUR packages
- Host: GitHub
- URL: https://github.com/fsquillace/minos
- Owner: fsquillace
- License: gpl-2.0
- Created: 2012-04-21T18:02:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-18T08:34:01.000Z (about 12 years ago)
- Last Synced: 2024-11-01T22:07:00.071Z (2 months ago)
- Language: Shell
- Size: 109 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
minos(1)
==========NAME
----
minos - PKGBUILD and Manual generator for AUR packagesSYNOPSIS
--------
*minos [action] [args]*The actions are:
*pkgbuild* - generate the PKGBUILD
*tar* - generate and test the src tar to be uploaded in AUR
*man* - generate the manual from the README of the source
*html* - generate the html manual from the README of the source
*clean* - erase all the files generated
The actions *pkgbuild* and *tar* receive two arguments:
*pkgver* - (Mandatory) The version to be applied into the template
*pkgrel* - (Optional) The release number (To default is 1)
DESCRIPTION
-----------
*minos* allows to generate the PKGBUILD starting from a template called PKGBUILD-TMP.
The md5 of the sources will be automatically generated by downloading the sources specified
in PKGBUILD-TMP.The ideal folder structure of the project is the following below. In this way *minos* can locate easily the file of the project such as README.
|
--->package
| |
| --->PKGBUILD-TMP
|
--->trunk
|
--->
|
--->
|
--->README
|
--->VERSION*minos* pkbuild, tar and clean can also work without having this folder structure but *minos* needs to be executed where 'PKGBUILD-TMP' is located anyway in order to take all the information of the package from there.
TIPS & TRICKS
-------------
A fast way to deploy in github and generate the AUR package is using the tag command in git.
Once you have tagged your commit and pushed it, you can use *minos* to generate the AUR package.
For example to generate with release number 3:--------------------
$ cd ... # Go to the source folder
$ git tag 0.1.0
$ git push --tags
$ cd ... # Go to the folder for building with PKGBUILD-TMP
$ minos tar 0.1.0 3
--------------------
That's all!FILES
-----
'PKGBUILD-TMP' is the template used by *minos* to generate the new PKGBUILDCOPYRIGHT
---------
Copyright (C) 2008, 2009, 2010, 2011 Free Software
Foundation, Inc.Permission is granted to make and distribute verbatim copies
of this document provided the copyright notice and this per‐
mission notice are preserved on all copies.Permission is granted to copy and distribute modified versions
of this document under the conditions for verbatim copying,
provided that the entire resulting derived work is distributed
under the terms of a permission notice identical to this one.Permission is granted to copy and distribute translations of
this document into another language, under the above condi‐
tions for modified versions, except that this permission
notice may be stated in a translation approved by the Free
Software Foundation.BUGS
----
Of course there is no bug in *pyshell*. But there may be unexpected behaviors.
Go to 'https://github.com/fsquillace/minos/issues' you can report directly
this unexpected behaviors.AUTHORS
-------
Filippo Squillace .WWW
---
'https://github.com/fsquillace/minos'Last words
----------
[verse, Dante Alighieri, from Divine Comedy]
____________________________________________
Stavvi Minòs orribilmente, e ringhia:
essamina le colpe ne l'intrata;
giudica e manda secondo ch'avvinghia.Dico che quando l'anima mal nata
li vien dinanzi, tutta si confessa;
e quel conoscitor de le peccatavede qual loco d'inferno è da essa;
cignesi con la coda tante volte
quantunque gradi vuol che giù sia messa
____________________________________________