gentle/README.md

120 lines
3.6 KiB
Markdown
Raw Normal View History

<!-- SPDX-FileCopyrightText: 2023-2024 Anna <cyber@sysrq.in> -->
2023-06-06 11:06:06 +00:00
<!-- SPDX-License-Identifier: CC0-1.0 -->
2023-06-06 10:20:00 +00:00
gentle
======
2023-06-06 12:16:03 +00:00
[![Build Status](https://drone.tildegit.org/api/badges/CyberTaIlor/gentle/status.svg)](https://drone.tildegit.org/CyberTaIlor/gentle)
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8269/badge)](https://www.bestpractices.dev/projects/8269)
2023-06-06 12:16:03 +00:00
2023-06-06 10:20:00 +00:00
**Gent**oo **L**azy **E**ntry — a `metadata.xml` generator.
2023-06-06 11:06:06 +00:00
2023-07-02 23:30:20 +00:00
If you need a distro-agnostic solution, try [upstream-ontologist][u-o]!
[u-o]: https://github.com/jelmer/upstream-ontologist
2023-06-06 11:06:06 +00:00
Supported generators
--------------------
2023-06-08 02:25:48 +00:00
* Crystal ([Shards](https://github.com/crystal-lang/shards/blob/master/docs/shard.yml.adoc))
2023-07-04 15:03:00 +00:00
* Dart ([Pub](https://dart.dev/tools/pub/pubspec))
2023-06-21 23:14:02 +00:00
* Haskell ([Hpack](https://github.com/sol/hpack/blob/main/README.md))
2023-07-02 22:29:51 +00:00
* Java ([Maven](https://maven.apache.org/pom.html))
2023-07-04 15:03:00 +00:00
* .NET ([NuGet](https://learn.microsoft.com/en-us/nuget/reference/nuspec))
2023-07-02 22:29:51 +00:00
* Node.js ([npm](https://docs.npmjs.com/files/package.json/), [Bower](https://github.com/bower/spec/blob/master/json.md))
2023-07-16 15:21:34 +00:00
* Perl ([CPAN::Meta::Spec](http://search.cpan.org/perldoc?CPAN::Meta::Spec))
2023-07-02 23:30:20 +00:00
* PHP ([Composer](https://getcomposer.org/doc/04-schema.md), [PEAR/PECL](https://pear.php.net/manual/en/guide.developers.package2.php))
2023-07-04 19:55:51 +00:00
* Python ([PEP 621](https://peps.python.org/pep-0621/), [PEP 643](https://peps.python.org/pep-0643/), [Setuptools](https://setuptools.pypa.io/en/latest/userguide/declarative_config.html))
2023-07-16 17:19:59 +00:00
* Ruby ([Gem metadata](https://guides.rubygems.org/specification-reference/))
2023-06-08 02:25:48 +00:00
* Rust ([Cargo](https://doc.rust-lang.org/cargo/reference/manifest.html))
2023-06-06 11:06:06 +00:00
2023-07-02 22:29:51 +00:00
Language-independent:
2023-07-02 23:30:20 +00:00
2023-07-02 22:29:51 +00:00
* [DOAP](https://github.com/ewilderj/doap/wiki)
2023-07-04 18:41:28 +00:00
* [GNU Autoconf](https://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.71/html_node/Initializing-configure.html)
2023-07-02 22:29:51 +00:00
2023-06-06 11:06:06 +00:00
Dependencies
------------
2023-07-05 13:36:24 +00:00
* Required:
* [Portage](https://pypi.org/project/portage/)
* [lxml](https://lxml.de/)
* Optional:
* [GNU Autoconf](https://www.gnu.org/software/autoconf/)
* [pkginfo](https://pypi.org/project/pkginfo/)
* [PyYAML](https://pyyaml.org/)
* [rdflib](https://pypi.org/project/rdflib/)
* [Tomli](https://pypi.org/project/tomli/)
2023-06-06 11:06:06 +00:00
Installing
----------
### Gentoo
```sh
emerge app-portage/gentle
```
### Other systems
2023-06-09 12:35:56 +00:00
`pip install gentle-mxml --user`
2023-06-06 11:06:06 +00:00
Packaging
---------
You can track new releases using an [atom feed][atom] provided by GitHub.
[atom]: https://github.com/cybertailor/gentle/releases.atom
Contributing
------------
2024-01-05 21:10:13 +00:00
Patches and pull requests are welcome. Please use either
[git-send-email(1)][git-send-email] or [git-request-pull(1)][git-request-pull],
addressed to <cyber@sysrq.in>.
2023-06-06 11:06:06 +00:00
2023-06-26 18:30:58 +00:00
If you prefer GitHub-style workflow, use the [mirror repo][gh] to send pull
requests.
2023-06-06 11:06:06 +00:00
Your commit message should conform to the following standard:
```
file/changed: Concice and complete statement of the purpose
This is the body of the commit message. The line above is the
summary. The summary should be no more than 72 chars long. The
body can be more freely formatted, but make it look nice. Make
sure to reference any bug reports and other contributors. Make
sure the correct authorship appears.
```
2024-01-05 21:10:13 +00:00
Code style is whatever the almighty linters say, should be at least
[PEP 8][pep8].
[git-send-email]: https://git-send-email.io/
[git-request-pull]: https://git-scm.com/docs/git-request-pull
2023-06-26 18:30:58 +00:00
[gh]: http://github.com/cybertailor/gentle
2024-01-05 21:10:13 +00:00
[pep8]: https://peps.python.org/pep-0008/
2023-06-06 11:06:06 +00:00
2023-07-04 20:33:24 +00:00
IRC
---
You can join the `#gentle` channel either on [Libera Chat][libera] or
[via Matrix][matrix].
[libera]: https://libera.chat/
2023-11-21 23:43:41 +00:00
[matrix]: https://matrix.to/#/#gentle:sysrq.in
2023-07-04 20:33:24 +00:00
2023-06-06 11:06:06 +00:00
License
-------
WTFPL