26 lines
793 B
Bash
26 lines
793 B
Bash
# Template file for 'slop'
|
|
pkgname=slop
|
|
version=5.3.37
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config"
|
|
makedepends="imlib2-devel glew-devel libXext-devel libXrender-devel glm"
|
|
short_desc="Utility to query for a selection and print the region to stdout"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="https://github.com/naelstrof/slop"
|
|
distfiles="https://github.com/naelstrof/slop/archive/v${version}.tar.gz"
|
|
checksum=3a1656f8ccc53ab5a2c6ffe095893b05cf50a3ba5d33857ecf48ce3f448051dc
|
|
|
|
pre_configure() {
|
|
sed -i -e '$a\set_target_properties(slopy PROPERTIES VERSION 0.1.0)' CMakeLists.txt
|
|
}
|
|
|
|
slop-devel_package() {
|
|
short_desc+=" - developments files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
}
|
|
}
|