Crate rustympkglib[][src]

A rusty (and very much incomplete) crate library for dealing with Arch Linux’s PKGBUILD files and implement some of makepkg’s (or related tools) functionality.

This crate so far can only parse certain key variables and arrays in a PKGBUILD file. In the near future it will also be able to edit those key variables and write it back into the PKGBUILD.

Modules

pkgbuild
pkgdata

Structs

Error

Error interface used across rustympkglib.

Enums

ErrorKind

A list of possible PKGBUILD/makepkg error kinds used in rustympkglib.