*: 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" license="BSD-2-Clause"
depends="rsync" depends="rsync"
source=" source="
alpine-mirror alpine-mirror
alpine-mirror.conf alpine-mirror.conf
" "
builddir="$srcdir" builddir="$srcdir"
options="!check" # wow nice tests options="!check" # wow nice tests

View file

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

View file

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

View file

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

View file

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

View file

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