20 lines
564 B
Bash
20 lines
564 B
Bash
# Template file for 'cargo-aoc'
|
|
pkgname=cargo-aoc
|
|
version=0.3.4
|
|
revision=2
|
|
build_wrksrc=cargo-aoc
|
|
build_style=cargo
|
|
hostmakedepends="pkg-config"
|
|
makedepends="openssl-devel"
|
|
short_desc="CLI helper tool for advent of code in rust"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT, Apache-2.0"
|
|
homepage="https://github.com/gobanos/cargo-aoc"
|
|
distfiles="https://github.com/gobanos/cargo-aoc/archive/${version}.tar.gz"
|
|
checksum=ad89ab3d240dc7e7cf1b6fb67c979fe51013b40bdaa89eae1d2c4662566e6d80
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
vlicense LICENSE-APACHE
|
|
}
|