[package] name = "pkgbuild" description = "Crate for PKGBUILD generation" version = "0.1.1" authors = ["wojciechkepka "] edition = "2018" license = "MIT" [dependencies] pkgspec = "0.2" paste = "1" [dev-dependencies] pretty_assertions = "0.3"