Distro Packaging
- 主要言語
- Haskell
- スター
- 744
- フォーク
- 22
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hello, the readme mentions a call for packaging. What some people do is make use of CI such as travis to do this. One such project is nnn and you can check out the .travis [here](https://github.com/jarun/nnn/blob/master/.travis.yml). It makes use of [Packagecore](https://github.com/BytePackager/packagecore) which is pretty flexible.
However when it comes to the AUR you typically want to either provide a pkgbuild file or submit to the aur yourself. It's actually fairly simple, consider it a bash file with defined process.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
The issue suggests setting up CI for distro packaging, referencing nnn's .travis.yml and Packagecore. For AUR, a PKGBUILD file is needed. Start by examining the project's existing build system (likely Cabal or Stack) and directory structure. Look at the linked nnn Travis config to understand the automation pattern. 'Done' means having a working CI script that produces packages for target distributions and a PKGBUILD for AUR.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- bash, haskell, shell
- 領域
- build-system, cli, release
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 30/100