2025-02-01 21:02:34 +01:00

30 lines
925 B
Bash

# Template file for 'numbat'
pkgname=numbat
version=1.16.0
revision=1
build_wrksrc=numbat-cli
build_style=cargo
short_desc="Statically typed programming language for scientific computations"
maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0 OR MIT"
homepage="https://numbat.dev"
changelog="https://github.com/sharkdp/numbat/releases"
distfiles="https://github.com/sharkdp/numbat/archive/refs/tags/v${version}.tar.gz"
checksum=33f3744a31f62f7ebd985c6b3ec3c6a6d6f897527e8db5bc2de48dd299a63cdd
post_install() {
cd ${wrksrc}
vlicense LICENSE-MIT
vdoc README.md
vmkdir usr/share/numbat
vcopy numbat/modules usr/share/numbat
vinstall assets/numbat.desktop 644 usr/share/applications
vinstall assets/numbat.svg 644 usr/share/icons/hicolor/scalable/apps
for s in 16 22 24 32 48 64 128 256 512; do
vinstall "assets/numbat-${s}x${s}.png" 644 \
"usr/share/icons/hicolor/${s}x${s}/apps" numbat.png
done
}