void-packages/srcpkgs/cargo-aoc/template

20 lines
586 B
Bash

# Template file for 'cargo-aoc'
pkgname=cargo-aoc
version=0.3.3
revision=1
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="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT, Apache-2.0"
homepage="https://github.com/gobanos/cargo-aoc"
distfiles="https://github.com/gobanos/cargo-aoc/archive/${version}.tar.gz"
checksum=832655e528c226bc38535483c455927854460689886aac30c6e3cd10c957a396
post_install() {
vlicense LICENSE-MIT
vlicense LICENSE-APACHE
}