WIP: Readd source package compilation functionality #11

Draft
EnumDev wants to merge 33 commits from readd_source_packages into develop

33 Commits

Author SHA1 Message Date
458c091ac2 Add "make_dependency" installation reason 2025-05-23 14:16:52 +03:00
966d351a80 Readd make depends field to binary packages 2025-05-15 16:07:15 +03:00
815d0bb29a Rename BPM Repositories to BPM Databases 2025-05-14 16:33:30 +03:00
bf2b4e95ac Fix installation reason showing in 'info' subcommand when viewing not-installed package, database entry or BPM file 2025-05-14 15:01:28 +03:00
d26d878308 Fix error when installing, updating or remove packages 2025-05-13 20:44:16 +03:00
f20d7b66d1 Remove unused verbose parameters 2025-05-13 20:33:20 +03:00
5f03a6a1ad Redo dependency resolution and cache installed package information 2025-05-13 20:26:55 +03:00
f2bc7c8968 Fix not reading local databases after reloading config during package update 2025-05-09 14:36:08 +03:00
97d5a06ce7 Remove force setting of URL field in split packages 2025-05-08 15:12:06 +03:00
f0709ff410 Fix 'prepare' function running in source directory during compilation 2025-05-08 12:44:55 +03:00
a32dfba54a Allow split package to have same name as main package 2025-05-04 21:03:05 +03:00
b07df8c7df 'compile' subcommand will now detect if virtual package is installed 2025-05-03 17:30:27 +03:00
1329109810 Add cache cleanup to 'cleanup' subcommand 2025-05-03 12:38:29 +03:00
4a8c4e22ec Move directories 2025-05-03 10:47:32 +03:00
eb8db1bc99 Fix output filename for source package compilation 2025-05-02 21:29:07 +03:00
4f1eeeb11d Fix dependency installation command arguments for 'bpm compile -d' 2025-05-02 21:20:56 +03:00
2e416b9e6f Allow direct split source package installation through repository entries 2025-05-02 20:43:24 +03:00
d8a42c780d Allow direct split source package installation through local BPM archive 2025-05-01 16:40:42 +03:00
b1bb8de661 Fix packages not compiling without root permissions 2025-04-27 12:04:30 +03:00
c425b263fe Fix cleanup flags not being read 2025-04-26 16:28:24 +03:00
5776784021 Remove no longer used flags from help message 2025-04-26 16:23:09 +03:00
903c7dce3e Change -o flag from output filename to output directory 2025-04-26 16:20:40 +03:00
5085981f52 Allow split source package compilation 2025-04-26 15:29:45 +03:00
9cdb3d29aa Reallow direct source package installation using 'bpm install' 2025-04-25 14:13:12 +03:00
d8146cb3f3 Remove unused function 2025-04-24 18:03:57 +03:00
c8c1fded76 Set output package architecture after compilation 2025-04-24 18:03:32 +03:00
4bf9ac9c60 Add .compilation-options file support 2025-04-24 17:39:17 +03:00
b73519ba9c Fix shell commands used in source package compilation 2025-04-24 16:44:37 +03:00
382a3fc8b6 Add flags for 'compile' subcommand 2025-04-24 13:56:30 +03:00
1843bceef5 Fix pre_remove.sh package script not being read or run 2025-04-22 19:28:36 +03:00
6af3b77d69 Include package scripts in compilation 2025-04-22 19:10:53 +03:00
8b6ef5fa63 Added compilation environment array to BPM config 2025-04-22 17:41:37 +03:00
e8d5f0a565 Add basic compilation functionality 2025-04-22 17:04:47 +03:00