aboutsummaryrefslogtreecommitdiffstats
path: root/common (unfollow)
Commit message (Collapse)Author
2024-10-03fix(common/latex/preamble): Fix compilation errorsBenedikt Peetz
2024-10-03refactor(templates/latex): Split the preamble up into multiple filesBenedikt Peetz
2024-09-30fix(templates/latex/{academia,letter}): Share files and update to lpm v2.0Benedikt Peetz
2024-09-30fix(common/init): Only add a description when it existsBenedikt Peetz
Otherwise, the default template would contain a extra "- " after the name, when the description is left empty.
2024-09-30fix(common/init): Only build the `out` output; exclude the `man` outputBenedikt Peetz
2024-09-30fix(common/init): Set the full path to the `reuse` binaryBenedikt Peetz
Currently, only the directory *containing* the `reuse` binary is specified.
2024-09-30fix(common/init): Define `die` functionBenedikt Peetz
2024-09-30style(treewide): Re-formatBenedikt Peetz
2024-09-30fix(templates/{awk,c,latex,shell}): Use one shared `cog.toml`Benedikt Peetz
2024-09-30fix(common/scripts/cprh.sh): RemoveBenedikt Peetz
There was just no way to actually use this script in a useful manner.
2024-09-30feat(common/init): Perform the first run of `reuse` on initBenedikt Peetz
2024-09-30fix(common/init): Also remove the shipped `git_template`, after it's usedBenedikt Peetz
2024-09-30feat(common/init): Ship a full git_templateBenedikt Peetz
2024-09-30fix(common/init): Be smarter, when suggesting an owner nameBenedikt Peetz
2024-08-04fix(common/init): Also re-add execution permissions to the `watch.sh` scriptBenedikt Peetz
2024-08-04fix(common/init): Ensure that the template is properly formattedBenedikt Peetz
This includes avoiding removing linebreaks (as that breaks the jinja2 syntax) and removing a vim modeline, as it would otherwise be copied to the file the template is applied to.
2024-08-04fix(common/init): Detect latex project by the `watch.sh` fileBenedikt Peetz
Not every latex project has a lpm.toml file.
2024-08-04fix(common/init): Also delete the init.local file, if it existsBenedikt Peetz
2024-08-03fix(common/init): Don't delete the init file, if the exit reason was a ↵Benedikt Peetz
missing dependency
2024-08-03fix(templates/latex/letter): Also expose `init.local`Benedikt Peetz
2024-08-03fix(common/init): Actually ask the user for the license identBenedikt Peetz
2024-08-03refactor(templates/latex/academia): Use more common filesBenedikt Peetz
2024-08-03feat(common/init): Support template specific drop-in scriptsBenedikt Peetz
2024-08-03fix(common/init): State which binaries are required to run itBenedikt Peetz
2024-08-03fix(common/init): Don't try to assign the reuse template, replace it instead ↵Benedikt Peetz
directly
2024-08-03fix(common/init): Add missing pipeBenedikt Peetz
2024-08-03feat(common): Replace the hand-crafted licensing approach with reuseBenedikt Peetz
2024-06-11refactor(common/): Remove the `files` subdirectoryBenedikt Peetz
2024-06-11fix(common/treefmt.nix): Improve the prettier formatting configurationBenedikt Peetz
2024-06-11feat(common/init): Set `git.vhack.eu` as default git upstreamBenedikt Peetz
2024-06-11style(common/init): Run through `nix fmt`Benedikt Peetz
2024-06-11feat(templates/rust/Cargo.toml): Add the required meta-data for `crates.io`Benedikt Peetz
2024-06-11feat(common/init): Add basic handling of licensesBenedikt Peetz
The license handling is still very WIP, as the `licensure.yml` file and the README are not yet updated to the new license.
2024-06-11refactor(templates/): Move `LICENSE.spdx` and `README.md` to `common`Benedikt Peetz
2024-06-11fix(common/scripts/renew_copyright_header.sh): Add further file extensionsBenedikt Peetz
2024-06-11refactor(common): Use symlinks to state, which files should be replacedBenedikt Peetz
Every symlink in the `./templates` directory is now replaced with the file it points to, making it obvious that this file should not be edited.
2024-04-02fix(common/files/init): Correctly add the man page chapter after nameBenedikt Peetz
2024-04-02fix(treefmt.nix): Only ignore the manual template in this repoBenedikt Peetz
Otherwise, the ignore-string gets replaced with the real name of the manual, and it stays ignored.
2024-04-02fix(common/files/init): Replace the variables globallyBenedikt Peetz
2024-04-02fix(common/files/docs/): Also correct a typo in the manual templateBenedikt Peetz
2024-04-02fix(common/files/.licensure.yml): Correct typos for init variablesBenedikt Peetz
2024-04-02chore(templates): Update common filesBenedikt Peetz
2024-04-02chore(common/treefmt.nix): Ignore the pre-generation markdown fileBenedikt Peetz
This file has semantic changes, when it's formatted (at least, that's what `mdformat` tells me). So we just ignore it.
2024-04-02feat(common/docs): Automatically rename to application nameBenedikt Peetz
2024-04-02fix(common/docs): Avoid issue with replacement due to man section partBenedikt Peetz
2024-04-02feat(common/init): Add support for replacing the variables in file namesBenedikt Peetz
2024-04-02fix(common/files/init): hack around nix removing the exec permission bitBenedikt Peetz
2024-04-02refactor(common): Move all data files to `./common/files`Benedikt Peetz
2024-04-02fix(common): Remove the last occurrences of hard coded valuesBenedikt Peetz
2024-04-02build(update_common_files): Allow to specify which file to move whereBenedikt Peetz