void-packages/srcpkgs/fstl/template
2020-06-17 15:04:38 -05:00

19 lines
570 B
Bash

# Template file for 'fstl'
pkgname=fstl
version=0.9.4
revision=1
build_style=cmake
hostmakedepends="qt5-qmake qt5-host-tools"
makedepends="qt5-devel"
short_desc="Fast viewer for STL files"
maintainer="Érico Nogueira <ericonr@disroot.org>"
license="MIT"
homepage="http://www.mattkeeter.com/projects/fstl/"
distfiles="https://github.com/mkeeter/${pkgname}/archive/v${version}.tar.gz"
checksum=5c2d6bf14ec0bee15d415a0810787bfd714971822a4fa9433c6ea476484dd335
post_install() {
grep -A8 "# License" README.md | sed 's/# License/MIT License/' > LICENSE
vlicense LICENSE
}