This repository has been archived on 2023-01-08. You can view files and clone it, but cannot push or open issues or pull requests.
ptrcports/logwrap/APKBUILD
2022-07-06 15:12:29 +02:00

21 lines
533 B
Plaintext

# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=logwrap
pkgver=1
pkgrel=0
pkgdesc="redirect logs based on program name"
url="https://git.ddd.rip/ptrcnull/ptrcports"
arch="noarch"
license="BSD-2-Clause"
source="logwrap"
builddir="$srcdir"
options="!check"
package() {
install -Dm755 logwrap "$pkgdir"/usr/bin/logwrap
}
sha512sums="
afc36edbc97b0a0fa9d6e657abd45d8a625b3f4c88435196508586505d0678f2768186050f6601d3aaedd560b7a9cfc0d86fa7f4555d02ff3bebc2fe64401193 logwrap
"