23 lines
678 B
Bash
23 lines
678 B
Bash
# Template file for 'slop'
|
|
pkgname=slop
|
|
version=7.4
|
|
revision=3
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
makedepends="glew-devel glm icu-devel libXrender-devel"
|
|
short_desc="Utility to query for a selection and print the region to stdout"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/naelstrof/slop"
|
|
distfiles="https://github.com/naelstrof/slop/archive/v${version}.tar.gz"
|
|
checksum=8868590b0ebb712f82295266cb120f5bda022393d72caafa7564c9fb66ccedce
|
|
|
|
slop-devel_package() {
|
|
short_desc+=" - developments files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
}
|
|
}
|