aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-10-30fix(repo): Fix obs-browser-bin missing dependenciesKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-30feat(add-pkg): Add obs-linuxbrowser-binKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-26feat(add-pkg): Add telegram-bot-apiKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-26feat(makepkg): Remove build debug package optionKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-26license: Use AGPLv3 instead of UNLICENSEKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-26Update README.md (#7)llh721113
2021-10-26fix(script): Fix multiple bugsKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-26fix(repo): Fix pod2man build file architecture attributesKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-26feat(docker): Support using docker to build packagesKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-26feat(script): Add architecture check before run makepkgKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-26feat(script): Remove architecture code in manage sciptKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-26feat(script): Support auto re-build from specify commit messageKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-26fix(ci): Fix ci stage not working properlyKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-25fix: print info of uploading packageCoelacanthus
Signed-off-by: Coelacanthus <[email protected]>
2021-10-25remove: pkg wget2Coelacanthus
Signed-off-by: Coelacanthus <[email protected]>
2021-10-25fix(ci): Fix ci yaml errorKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-25feat(ci): Split post stage from build stageKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-25fix(wget2): remove sigCoelacanthus
Signed-off-by: Coelacanthus <[email protected]>
2021-10-25feat: add pkg mozjpeg and wget2 (#6)Coelacanthus
* feat: add pkg mozjpeg * feat: add pkg wget2 Signed-off-by: Coelacanthus <[email protected]>
2021-10-25feat(ci): Add ci run conditionKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-25fix: Fix CI/CD configure and scriptKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-25refactor(script): add fast-fail and clean-up (#5)Coelacanthus
Signed-off-by: Coelacanthus <[email protected]>
2021-10-25fix(makepkg): using compression level 20 instead of 22 (#4)Coelacanthus
As Arch Linux does, we use level 20. Level 22 use too much memory.
2021-10-25feat(ci): Add gitlab ci configure and scriptKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-25feat(script): Split package database related to another scriptKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-25fix: Fix missing build filesKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-25feat(script): Pass more argument to pacmanKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-24feat(script): Require install dependencies while build packagesKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-24feat(script): Add deploy.shKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-24feat: support multiarch (#3)Coelacanthus
2021-10-24refactor: Move PKGBUILD base folder to repoKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-24feat(script): Support increment buildKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-24refactor(makepkg): remove architecture specified configCoelacanthus
2021-10-24feat(add-pkg): Add r8125-dkmsKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-24Merge pull request #2 from CoelacanthusHex/feat/enable-debug-split-packageCoelacanthus
refactor: using specified makepkg.conf to obtain a fixed compilation configuration
2021-10-24Merge pull request #1 from CoelacanthusHex/masterCoelacanthus
feat(add-pkg): chisel
2021-10-24refactor(makepkg): using SHA512 and BLAKE2 as hash algo to harden itCoelacanthus
Signed-off-by: Coelacanthus <[email protected]>
2021-10-24refactor(makepkg): move sign, ACKAGER and GPGKEY to makepkg.confCoelacanthus
Signed-off-by: Coelacanthus <[email protected]>
2021-10-24refactor(makepkg): enable zstd parallel compression and using max compressionCoelacanthus
The decompression time of zstd increases slowly with the compression ratio, so it is beneficial for users to enable the highest compression ratio. (as Fedora does) Signed-off-by: Coelacanthus <[email protected]>
2021-10-24refactor(makepkg): enable parallel compilationCoelacanthus
Signed-off-by: Coelacanthus <[email protected]>
2021-10-24refactor: using specified makepkg.conf to obtain a fixed compilation ↵Coelacanthus
configuration Signed-off-by: Coelacanthus <[email protected]>
2021-10-24fix(chisel): add dependency sbtCoelacanthus
Signed-off-by: Coelacanthus <[email protected]>
2021-10-24refactor: Add arch directory for packagesKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-24feat(add-pkg): Add acme.sh-letsencryptKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-24refactor: Change sign key to 4A0F0C8BC709ACA4341767FB243975C8DB9656B9KunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-23feat(add-pkg): chiselCoelacanthus
Signed-off-by: Coelacanthus <[email protected]>
2021-10-22feat(script): Add sign flag for makepkgKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-22refactor: Move packages outside repo folderKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-22feat(script): Support auto sign and add new packageKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>
2021-10-22refactor: Move packages into repo folderKunoiSayami
Signed-off-by: KunoiSayami <[email protected]>