felixrieseberg / felixrieseberg/clippy
Compile clippy on archlinux
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 84
- PR merge metrics
- No merged PRs in 30d
Description

Hi, if someone want to compile it on archlinux (or based distro) too, juste use this patch on forge.config.ts :
`
--- a/forge.config.ts
+++ b/forge.config.ts
@@ -128,9 +128,9 @@
}),
["win32"],
),
- new MakerZIP({}, ["darwin", "win32"]),
- new MakerRpm({}),
- new MakerDeb({}),
+ new MakerZIP({}, ["darwin", "win32", "linux"]), // Ajout de "linux" ici
+ // new MakerRpm({}), // Commenté pour ne pas créer de RPM
+ // new MakerDeb({}), // Commenté pour ne pas créer de DEB
],
plugins: [
new VitePlugin({
`
Then :
npm install
npm ci
npm run make
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in forge.config.ts at the makers configuration around the shown patch, then run npm install, npm ci, and npm run make on Arch Linux. Done means the Linux ZIP is produced successfully without requiring the RPM or DEB makers.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- arch-linux, electron, typescript
- Domain
- build-system, desktop, operating-systems
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100