22 lines
688 B
Bash
22 lines
688 B
Bash
# Template file for 'slop'
|
|
pkgname=slop
|
|
version=7.5
|
|
revision=1
|
|
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="Felipe Nogueira <contato.fnog@gmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/naelstrof/slop"
|
|
distfiles="https://github.com/naelstrof/slop/archive/v${version}.tar.gz"
|
|
checksum=94d8b6270217cd7f56ce7d4a9a75069025262830a2f91c3239b7fc07da5ea8da
|
|
|
|
slop-devel_package() {
|
|
short_desc+=" - developments files"
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
vmove usr/lib/*.so
|
|
}
|
|
}
|