Commit Graph

11 Commits

Author SHA1 Message Date
faef091959 add metapackage 2024-11-01 15:03:17 +02:00
7abfa261c5 docs update 2024-10-31 02:29:20 +02:00
1e7d4daf18 feat: add package copy subcommand 2024-09-27 17:23:04 +03:00
634054926d docs: improve application help messages 2024-09-24 17:58:08 +03:00
ce75ccb405 docs: update configuration references in docs 2024-09-22 15:16:34 +03:00
62320e8ec6 feat: drop explicit makepkg usage (#134)
* generate filenames without using makepkg

* pkgbuild parser impl

* completely remove makepkg calls

* simplify typed get

* try to improve parser

* docs and recipes updatte

* never raise keyerror instead return empty string

* udpate tests

* add support of array expansion

* docs update

* tests update

* handle quoted control sequences correctly

* expand bash

* allow packages without package function

* docs update

* add moroe tests

* small improovements

* support escaped arrays and functions
2024-09-21 03:57:22 +03:00
242f3d4d34 chore: add rss generation to samples 2024-09-04 22:28:25 +03:00
9e011990ee feat: allow cross reference in the configuration (#131) 2024-09-04 22:28:25 +03:00
69f0966ff1 feat: replace scan paths options to single one
It has been found that previous system didn't allow to configure
specific cases (e.g. a whitelisted directory inside /usr/lib/cmake). The
current solution replaces two options to single one, which also allows a
regular expressions

Also PackageArchive class has been moved to core package, because it is
more about service rather than model
2024-09-04 22:25:54 +03:00
10aa91a033 feat: add blacklisted paths to implicit dependencies processing
It has been found that in some cases additional packages have been added
as dependencies, like usr/share/applications, usr/lib/cmake, etc

This commit adds an ability to blacklist specific paths from processing
2024-08-23 14:33:07 +03:00
4169851eaa docs: split faq into multiple files 2024-08-20 16:44:40 +03:00