Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New package: activate-linux-0.0.2 #37185

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions srcpkgs/activate-linux/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Template file for 'activate-linux'
pkgname=activate-linux
version=0.0.2
revision=1
build_style=gnu-makefile
hostmakedepends=pkg-config
makedepends="libXfixes-devel libX11-devel libXinerama-devel cairo-devel"
short_desc="\"Activate Windows\" watermark ported to Linux"
maintainer="Nadeŭka <[email protected]>"
license=GPL-3.0-or-later
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GPL-3.0-only

homepage=https://github.com/MrGlockenspiel/activate-linux
distfiles=$homepage/archive/refs/tags/v$version.tar.gz
checksum=d6235b9d13bd896a130a83cc6d882da677fb19edb5a76735453b866aa0e7690d
CFLAGS+=" -lXfixes -lX11 -lXinerama -lcairo -I$XBPS_CROSS_BASE/usr/include/cairo"

do_install() {
vbin $pkgname
vlicense LICENSE.md
vdoc ARGS.md
}