pkgbuild 0.1.1

Crate for PKGBUILD generation
Documentation
[package]
name = "pkgbuild"
description = "Crate for PKGBUILD generation"
version = "0.1.1"
authors = ["wojciechkepka <wojtek.kepka@protonmail.com>"]
edition = "2018"
license = "MIT"

[dependencies]
pkgspec = "0.2"
paste = "1"

[dev-dependencies]
pretty_assertions = "0.3"