topisani / Discurses

A Python discord CLI focused on usability
MIT License
140 stars 14 forks source link

AUR package #72

Open ShayBox opened 5 years ago

ShayBox commented 5 years ago

Could someone make an AUR package?

topisani commented 5 years ago

why - its on pip...

ShayBox commented 5 years ago

Package managers like pip and npm are for managing packages for their respective languages, not system packages, system packages should still be packaged by each systems respective package manger via a type of container that doesn't require installing development packages like python and nodejs, a type of binary, but not a binary because python and nodejs don't compile to binaries, it allows you to also package a man page, .desktop file, icons, descriptions, etc.

snus-kin commented 5 years ago

https://wiki.archlinux.org/index.php/creating_packages If you want you could give it a go yourself, it looks like you have asked for this on a few different projects so maybe it would be of use for you to learn.