mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: fstl-0.9.4
This commit is contained in:
parent
54626e4c9b
commit
ddffb84f8c
1 changed files with 18 additions and 0 deletions
18
srcpkgs/fstl/template
Normal file
18
srcpkgs/fstl/template
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue