mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-12 20:27:02 +02:00
30 lines
1.1 KiB
Bash
30 lines
1.1 KiB
Bash
# Template file for 'vokoscreenNG'
|
|
pkgname=vokoscreenNG
|
|
version=4.4.7
|
|
revision=1
|
|
build_style=qmake
|
|
build_wrksrc="src"
|
|
hostmakedepends="pkg-config qt6-base-devel qt6-tools-devel"
|
|
makedepends="alsa-lib-devel libX11-devel libXrandr-devel pipewire-devel
|
|
pulseaudio-devel gst-plugins-base1-devel qt6-multimedia-devel
|
|
xdg-desktop-portal gstreamer1-devel"
|
|
depends="ffmpeg6 gstreamer1-pipewire gst-plugins-ugly1 gst-plugins-good1"
|
|
short_desc="Easy to use screencast creator"
|
|
maintainer="Duncaen <duncaen@voidlinux.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://linuxecke.volkoh.de/vokoscreen/vokoscreen.html"
|
|
changelog="https://linuxecke.volkoh.de/vokoscreen/vokoscreen-changes.html"
|
|
distfiles="https://github.com/vkohaupt/vokoscreenNG/archive/${version}.tar.gz"
|
|
checksum=1d53cfbd38cf21f75d41b2a65b2c92e121a00a0855ff3356dfc888d141ae1845
|
|
|
|
post_install() {
|
|
vbin vokoscreenNG
|
|
vinstall applications/vokoscreenNG.desktop 644 usr/share/applications
|
|
vinstall applications/vokoscreenNG.png 644 usr/share/pixmaps
|
|
}
|
|
|
|
vokoscreen_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" (transitional dummy package)"
|
|
build_style=meta
|
|
}
|