Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/termux/termux-create-package

Python script to create Termux packages easily.
https://github.com/termux/termux-create-package

Merge pull request #46 from fornwall/fix-typo

Fixed: Add missing comma in setup.py

1f2f17c7f6971c938a7c644e5cb46e7913960c8f authored about 1 year ago by Fredrik Fornwall <[email protected]>
Merge pull request #45 from termux/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4

d9d66fca75738b7c734ef1352ec2456a8a66c62b authored about 1 year ago by Fredrik Fornwall <[email protected]>
Fixed: Add missing comma in setup.py

e4d41557897ad4b2403bd8f86ce647fece9847d9 authored about 1 year ago by Fredrik Fornwall <[email protected]>
Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](htt...

8e3cef970c971c2b3f9db09cc529ad1960f6c3a0 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump actions/checkout from 2 to 3

Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](htt...

2fca44f94ec78a6dbe16e0c30068169fdd76a2a0 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Create dependabot.yml

f6f2e15f4300890c6330053fa4ee45a0d589d79c authored about 2 years ago by Lucy Phipps <[email protected]>
Docs: Add warning that termux-create-package is no longer updated on PyPi

d5f2aa583f94b6023d4e5114ee5df34dd0a33ea9 authored almost 3 years ago by agnostic-apollo <[email protected]>
Merge pull request #35 from agnostic-apollo/rewrite

Rewrite termux-create-package

a7e20f92cfc9664a6ab6232bc826e86da73a8524 authored almost 3 years ago by agnostic-apollo <[email protected]>
Changed: Bump to v0.12.0

3a19fb70293f02c4635584ccaa923d3fd5963312 authored almost 3 years ago by agnostic-apollo <[email protected]>
Changed: Use v prefix in changelog version comapre anchors

4b513b1292e4c12e20a104459b3437ff4630ff33 authored almost 3 years ago by agnostic-apollo <[email protected]>
Docs: Refactor example commands and add missing links

4e941dbc3bf1d0c9eef672a5c63308b29f172e2a authored about 3 years ago by agnostic-apollo <[email protected]>
Fixed: Fix script installation url for master branch and permissions

Instructions were copied from one of my lib repos, hence had different permissions.

b86f7b9eda32294218a3a8e2b953ea3f2679a46c authored about 3 years ago by agnostic-apollo <[email protected]>
Added: Add agnostic-apollo to authors field in setup.py

eb64fff5081323de64e1fe132aa21726bc3ccd58 authored about 3 years ago by agnostic-apollo <[email protected]>
Rewrite termux-create-package

### Added
- Add support for `YAML` format for manifests.
- Add support for custom permissions an...

937b70bdace1b546adda4c563182371abec761a3 authored about 3 years ago by agnostic-apollo <[email protected]>
correct the version in `setup.py`

And release v0.11 to keep tags and setup.py in sync.

289ebc4fef6a8e034610695e0399cd321da524d9 authored almost 4 years ago by Leonid Pliushch <[email protected]>
Minimized code structure and fixed minor issue

81c4ade78d76f823a6a48c17e3ba9b6e3b4f8d51 authored over 4 years ago by meiuwa <[email protected]>
Added support for manifest suggests and recommends fields as well as debscripts

169bccd5debed62994b38aaf5278a78678ed35ed authored over 4 years ago by Yuriusu <[email protected]>
Fixed generated tarfile format and enabled directory recursion

26b449086efcb1f1913729e0043771487dd0dd36 authored over 4 years ago by Yuriusu <[email protected]>
Set correct license

96478b23d145fb54096dd4a9e69c1df6235e5fe3 authored almost 6 years ago by Fredrik Fornwall <[email protected]>
Create LICENSE

abbcea9114b813bbd754e16381c8387ef7aba2fe authored almost 6 years ago by Fredrik Fornwall <[email protected]>
Bump version in setup.py

7427adf7621831f0bc44d4d6552ccd3771552c7b authored about 6 years ago by Fredrik Fornwall <[email protected]>
Merge pull request #15 from Grimler91/symlink_and_dir_fix

Allow for folders and symlinks in package

005db404eb08a62b45ce8a5f718f35ec184b6feb authored about 6 years ago by Fredrik Fornwall <[email protected]>
Merge pull request #14 from Grimler91/control_fix

Create ./control instead of control in tar

44a9e89aded884dd60fc47b8585bf9d8d9463409 authored about 6 years ago by Fredrik Fornwall <[email protected]>
Create ./control instead of control in tar

Fixes https://github.com/termux/termux-create-package/issues/13

102c709ad3ab4436160295a43035bc4bb4b9d48b authored about 6 years ago by Henrik Grimler <[email protected]>
Fix typo archname -> arcname

621803cb10e51e7e6f1af4a6a3e8b503ce590d13 authored about 6 years ago by Henrik Grimler <[email protected]>
Create data_tarfile with add instead of addfile

Makes it possible to add symlinks and directories

e453cbc7349bdb362e47030ba79a12c9b87ec6e3 authored about 6 years ago by Henrik Grimler <[email protected]>
Clean up of the python script

e71e261b5239920d022855dabc8bc67b5e7333ec authored about 7 years ago by Fredrik Fornwall <[email protected]>
Add an example

0e75b5e36ec90cbb15d06082f253ad0911b08593 authored about 7 years ago by Fredrik Fornwall <[email protected]>
Better example

313eed70f03cbe2fb632af83540496109aaef88f authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Update README

2fc73cd609376047d1e4d2aefdd1d6f40303eaba authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Include README in setup.py

cae4ddeccd40543f010efbf76fb873c93abff97c authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Add a setup.py file

5155866650b0419fb7f9a97b912c9fb87573661f authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Remove README.md

6ce2f37b5475066bd5f699920398cbdc797e9d90 authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Switch from .md to .rst

adb16cbd53151c9f63f8a4df169faf47a3cebdbb authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Add a .gitignore

ddb89bb878c97d3146b8e283c45ca3dc343abd55 authored almost 8 years ago by Fredrik Fornwall <[email protected]>
A bit more help

ca0e1dbc7aa0a2b8b3710df95992d71980b4e905 authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Fix file path

c7df4bb7ccfd9743a95346b72516d8a031d052e0 authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Store script without .py suffix

a5d365894b636b442eed9158aec539c986ba60a8 authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Work on the README

6ce4a849cfa2df734b7330b9ce6ed4a10ef0ccdf authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Update README.md

f45a7695926c9dd19bf2f5d14e0f31070b03fde6 authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Use argparse and make the prefix an option

Thanks @cocodevienne!

29dedf3d5686e9b322f063e1de55461c16f0e1d1 authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Merge pull request #9 from Wetitpig/patch-2

Executables can also be included in the package.

0dfb38e6ef6d51747685d57cbd2d1723d37a1c79 authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Executables can also be included in the package.

b91ddb6e498ce8cd66d9796c282e3e866dfc33c9 authored almost 8 years ago by Wetitpig <[email protected]>
Merge pull request #7 from cocodevienne/patch-2

Delete README.md

c124118284dcfbcd4566cc8bb2dca9412a77f358 authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Merge pull request #6 from cocodevienne/patch-1

An exact README outlining basic usage

d7b1b65ba59a721df04eed1038f0771a7a0ceded authored almost 8 years ago by Fredrik Fornwall <[email protected]>
Delete README.md

84f8621f95d9edf065c06d64fae1841d4ead65df authored almost 8 years ago by ♠ COCO DE VIENNE ♠ <[email protected]>
An exact README outlining basic usage

This README is badly needed. I wrote an exact tutorial on how to create a proper Termux package.

977aa667e475755458e791aae863b46ed2150e8e authored almost 8 years ago by ♠ COCO DE VIENNE ♠ <[email protected]>
Merge pull request #2 from mklein994/master

Add Provides, Homepage and Conflicts properties

e5775eb8daaa7a6e85f322441f3b0aa3959c4894 authored about 8 years ago by Fredrik Fornwall <[email protected]>
Add Conflicts property

c58c497b6893ed3557bbb9aeb09d88625fda4ec2 authored about 8 years ago by Matthew Klein <[email protected]>
Add Homepage property

4b8d278c7cb2ff8e995d920845b8d2151d3ddf61 authored about 8 years ago by Matthew Klein <[email protected]>
Add Provides property

2b61adc72ea72274fab5da8c91c94016488f4344 authored about 8 years ago by Matthew Klein <[email protected]>
Fix typo in example JSON

baa9ff5724d4c88df2578d939c4490e5426cf76d authored about 8 years ago by Fredrik Fornwall <[email protected]>
Update shebang

880296f044efafd1138e7d4f88f8462c36c690cf authored about 8 years ago by Fredrik Fornwall <[email protected]>
Initial commit

4a7af5097d5b4f39987d3a78b5227fdfefde3166 authored about 8 years ago by Fredrik Fornwall <[email protected]>
Initial commit

8e9445dc88797a5dc20d0566be7f7318cbe243a7 authored about 8 years ago by Fredrik Fornwall <[email protected]>