*: fix style

This commit is contained in:
psykose 2022-04-25 23:54:23 +00:00
parent c170086345
commit 64b65a1bbe
Signed by: psykose
SSH Key Fingerprint: SHA256:HwlGVJNLZqHoOvMtkshyGaXLkcdbEJahYMlepHFL+Uk
6 changed files with 14 additions and 12 deletions

View File

@ -9,9 +9,9 @@ arch="noarch"
license="BSD-2-Clause"
depends="rsync"
source="
alpine-mirror
alpine-mirror.conf
"
alpine-mirror
alpine-mirror.conf
"
builddir="$srcdir"
options="!check" # wow nice tests

View File

@ -13,7 +13,7 @@ builddir="$srcdir/$pkgname"
options="!check" # wow nice tests
package() {
install -Dm755 apatch -t "$pkgdir"/usr/bin
install -Dm755 apatch -t "$pkgdir"/usr/bin
}
sha512sums="

View File

@ -10,14 +10,14 @@ license="MIT"
depends="xdg-utils mpv"
install="$pkgname.post-install"
source="
$pkgname
$pkgname.desktop
"
$pkgname
$pkgname.desktop
"
options="!check"
package() {
install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
install -Dm755 "$srcdir/$pkgname" "$pkgdir/usr/bin/$pkgname"
install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
}
sha512sums="

View File

@ -14,6 +14,7 @@ source="bash"
package() {
install -Dm755 "$srcdir"/bash "$pkgdir"/bin/bash
}
sha512sums="
c62124ed0ee5410e1473d3d262035ae9982a96b996f41dbe4943fbec45d2ee93b4b67d2a6fc2cc9b417ebea8b2f9af4530bfac2bc690da627a7dac3f418320e7 bash
"

View File

@ -13,6 +13,7 @@ options="!check"
package() {
install -Dm755 "$srcdir"/powersave "$pkgdir"/etc/init.d/powersave
}
sha512sums="
a52246892c128b0de80a2fbf3c92bbe8c5cbc1ff4a87f4826818c9fc8503bf063c61c3c7119335b27272016850b1880b43621ca415e4f75b07e2be98a87203b5 powersave
"

View File

@ -10,9 +10,9 @@ license="BSD-2-Clause"
makedepends="go"
subpackages="$pkgname-openrc"
source="$pkgname-$pkgver.tar.gz::https://git.ddd.rip/ptrcnull/shorten/archive/v$pkgver.tar.gz
shorten.initd
shorten.confd
"
shorten.initd
shorten.confd
"
options="!check"
builddir="$srcdir/shorten"