17 lines
517 B
Bash
17 lines
517 B
Bash
# Template file for 'cdetect'
|
|
pkgname=cdetect
|
|
version=0.5.2
|
|
revision=1
|
|
build_style=go
|
|
go_import_path=github.com/xyproto/cdetect
|
|
hostmakedepends="git"
|
|
short_desc="Detects the compiler (and version) used to compile an ELF binary"
|
|
maintainer="Orphaned <orphan@voidlinux.eu>"
|
|
license="MIT"
|
|
homepage="https://github.com/xyproto/cdetect"
|
|
distfiles="https://github.com/xyproto/cdetect/archive/${version}.tar.gz"
|
|
checksum=e884b93ad40e8420210c590086f722438d032de30c780518dfbf775cd5aa8230
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|