22 lines
739 B
Text
22 lines
739 B
Text
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
|
pkgname=ptrc-build
|
|
pkgver=4
|
|
pkgrel=0
|
|
pkgdesc="build invoker for ptrcports"
|
|
url="https://git.ddd.rip/ptrcnull/ptrcports"
|
|
arch="noarch"
|
|
license="BSD-2-Clause"
|
|
pkggroups="buildozer"
|
|
depends="lua-aports mosquitto-clients"
|
|
source="build ptrc-build.conf"
|
|
options="!check" # lol
|
|
|
|
package() {
|
|
install -Dm755 build -t "$pkgdir"/usr/bin
|
|
install -Dm640 -g buildozer ptrc-build.conf -t "$pkgdir"/etc
|
|
}
|
|
|
|
sha512sums="
|
|
ef51482df83f3c592141a0d227e88cf7ebc5308e2632033f13aa39ba3b9912c3ada577911ae1a2172ce4e70f3b5f7f4cf989cdeda30d15f764e41ac145868301 build
|
|
e41d01bc1a336d7cef60f38d5612ee250e0aeba94b0ae5fdaac41ba54245b0aa65558234678c7d6d29684f0dada354a584b40bec278b93abf8b537c9a3f97287 ptrc-build.conf
|
|
"
|