Skip to content

Commit

Permalink
New package: cups-browsed-2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
triallax committed Nov 6, 2023
1 parent 7c757e2 commit 9caa8ea
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
3 changes: 3 additions & 0 deletions srcpkgs/cups-browsed/files/cups-browsed/run
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/sh
exec 2>&1
exec cups-browsed
20 changes: 20 additions & 0 deletions srcpkgs/cups-browsed/template
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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"
makedepends="avahi-glib-libs-devel cups-devel libcupsfilters-devel libppd-devel
glib-devel"
short_desc="t"

Check failure on line 10 in srcpkgs/cups-browsed/template

View workflow job for this annotation

GitHub Actions / Lint templates

Template Lint

short_desc should start uppercase
maintainer="Mohammed Anas <[email protected]>"
license="GPL-3.0-or-later"
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

post_install() {
vsv cups-browsed
}

0 comments on commit 9caa8ea

Please sign in to comment.