mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-14 21:27:01 +02:00
New package: activate-linux-1.1.0
This commit is contained in:
parent
1b3ddd22ca
commit
be9c8710c2
1 changed files with 24 additions and 0 deletions
24
srcpkgs/activate-linux/template
Normal file
24
srcpkgs/activate-linux/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'activate-linux'
|
||||
pkgname=activate-linux
|
||||
version=1.1.0
|
||||
revision=1
|
||||
hostmakedepends="pkg-config wayland-devel"
|
||||
makedepends="cairo-devel libXi-devel libX11-devel xorgproto libXt-devel
|
||||
libXext-devel libXfixes-devel libXinerama-devel libXrandr-devel wayland-devel
|
||||
wayland-protocols libconfig-devel"
|
||||
short_desc="'Activate Windows' watermark ported to Linux"
|
||||
maintainer="classabbyamp <void@placeviolette.net>"
|
||||
license="GPL-3.0-only"
|
||||
homepage="https://github.com/MrGlockenspiel/activate-linux"
|
||||
changelog="https://github.com/MrGlockenspiel/activate-linux/releases"
|
||||
distfiles="https://github.com/MrGlockenspiel/activate-linux/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=cf892c90a57bf6026f777715207aa7066fc7c4940da39d62a6c24b51a726786d
|
||||
|
||||
do_build() {
|
||||
make
|
||||
}
|
||||
|
||||
do_install() {
|
||||
vbin activate-linux
|
||||
vsconf example.cfg
|
||||
}
|
Loading…
Add table
Reference in a new issue