Lightweight AUR helper written in Golang.
- Add packages.
- Update existing packages.
- Clean your cloned packages directory.
- View a package's PKGBUILD.
I just wanted a minimal AUR helper. The code is ugly but works. Also my first project in Golang.
go install
go build .
d7 add <package_name>
d7 sync
d7 clean
d7 view <pkg_name>