mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 19:13:51 +02:00
parent
aca8c93316
commit
38d8823c85
1 changed files with 29 additions and 0 deletions
29
srcpkgs/zutty/template
Normal file
29
srcpkgs/zutty/template
Normal file
|
@ -0,0 +1,29 @@
|
||||||
|
# Template file for 'zutty'
|
||||||
|
pkgname=zutty
|
||||||
|
version=0.9
|
||||||
|
revision=1
|
||||||
|
build_style=waf3
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="python3-devel libglvnd-devel MesaLib-devel freetype-devel libXmu-devel"
|
||||||
|
depends="font-misc-misc"
|
||||||
|
short_desc="X terminal emulator rendering through OpenGL ES Compute Shaders"
|
||||||
|
maintainer="Javier Caballero <jacallo@protonmail.com>"
|
||||||
|
license="GPL-3.0-or-later"
|
||||||
|
homepage="https://tomscii.sig7.se/zutty"
|
||||||
|
distfiles="https://github.com/tomszilagyi/zutty/archive/refs/tags/${version}.tar.gz"
|
||||||
|
checksum=9aaf115a806114a793a6a423384781cada7a767efc209b6c6a59f3eddc942c3e
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
vsed -i wscript -e "s|, '-march=native', '-mtune=native'||g"
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# Copy icons
|
||||||
|
vinstall icons/zutty.svg 644 usr/share/icons/hicolor/scalable/apps
|
||||||
|
for _res in 16 32 48 64 128; do
|
||||||
|
vinstall icons/zutty_${_res}x${_res}.png 644 usr/share/icons/hicolor/${_res}x${_res}/apps zutty.png
|
||||||
|
done
|
||||||
|
# Copy desktop entry
|
||||||
|
vmkdir usr/share/applications/
|
||||||
|
vinstall icons/zutty.desktop 644 usr/share/applications
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue