feat: improved pkgbuild, config concepts

This commit is contained in:
2026-06-13 10:24:55 +02:00
parent 36d3c6f992
commit 6368d8f30a
13 changed files with 124 additions and 6 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ pkgdesc='A nixos-like declarative config and package manager for Arch Linux'
arch=('any')
url="https://github.com/janishutz/archmgr"
license=('GPL3')
depends=('python', 'python-pyaml')
depends=('python' 'python-pyaml' 'python-colorama' 'python-pystache')
makedepends=('git')
provides=('archmgr')
conflicts=('archmgr')