New package: cups-browsed-2.0.0

This commit is contained in:
Andrew J. Hesford 2024-02-25 11:00:22 -05:00
parent aabbcea7cc
commit b862e5b3c4
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,3 @@
#!/bin/sh
exec 2>&1
exec cups-browsed

View File

@ -0,0 +1,24 @@
# Template file for 'cups-browsed'
pkgname=cups-browsed
version=2.0.0
revision=1
build_style=gnu-configure
conf_files="/etc/cups/cups-browsed.conf"
hostmakedepends="pkg-config glib-devel"
makedepends="avahi-glib-libs-devel cups-devel libcupsfilters-devel libppd-devel
glib-devel"
short_desc="Daemon to browse network for remote CUPS queues and IPP network printers"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="Apache-2.0 WITH custom:GPL2-LGPL2-Exception"
homepage="https://github.com/OpenPrinting/cups-browsed"
changelog="https://github.com/OpenPrinting/cups-browsed/blob/master/CHANGES.md"
distfiles="https://github.com/OpenPrinting/cups-browsed/releases/download/${version}/cups-browsed-${version}.tar.xz"
checksum=3a63793213f302787357f520a09e4aaae47aad67cd030d9b29de20e51649b38b
make_check=no # hangs
lib32disabled=yes
post_install() {
vsv cups-browsed
vlicense COPYING
rm -r "${DESTDIR}/etc/rc.d"
}