main/*: indent with tabs

This commit is contained in:
ptrcnull 2022-12-14 17:22:44 +01:00 committed by alice
parent 559d61477a
commit a29e6bf9c4
17 changed files with 34 additions and 34 deletions

View File

@ -12,7 +12,7 @@ install="$pkgname.pre-install $pkgname.pre-upgrade"
pkgusers="apache"
pkggroups="apache"
makedepends="apr-dev apr-util-dev autoconf automake brotli-dev libxml2-dev
lua-dev nghttp2-dev openssl-dev>3 pcre-dev sed zlib-dev"
lua-dev nghttp2-dev openssl-dev>3 pcre-dev sed zlib-dev"
subpackages="$pkgname-ctl
$pkgname-error:_error:noarch
$pkgname-dev

View File

@ -38,11 +38,11 @@ triggers="busybox.trigger=/bin:/usr/bin:/sbin:/usr/sbin:/lib/modules/*"
_openrc_files="acpid.initd
crond.confd crond.initd
klogd.confd klogd.initd
ntpd.confd ntpd.initd
ntpd.confd ntpd.initd
rdate.confd rdate.initd
syslog.confd syslog.initd
loadkmap.confd loadkmap.initd
watchdog.confd watchdog.initd"
watchdog.confd watchdog.initd"
_mdev_openrc_files="mdev.initd"
_extras_openrc_files="dnsd.initd httpd.initd inetd.initd udhcpd.initd"
@ -347,7 +347,7 @@ openrc() {
# poweroff script for acpid
mkdir -p "$subpkgdir"/etc/acpi/PWRF
{ echo '#!/bin/sh' ; echo poweroff ; } > "$subpkgdir"/etc/acpi/PWRF/00000080
chmod 0755 "$subpkgdir"/etc/acpi/PWRF/00000080
chmod 0755 "$subpkgdir"/etc/acpi/PWRF/00000080
}
mdev_openrc() {

View File

@ -13,11 +13,11 @@ _ca_deps="lua5.2 lua5.2-lyaml lua5.2-ossl lua5.2-posix lua5.2-sql-sqlite3
lua5.2-stringy lua-asn1"
makedepends="$_lua_dmvpn_deps $_dp_deps $_ca_deps"
depends="augeas bind-tools lua5.2 lua5.2-cqueues lua5.2-lyaml lua5.2-ossl
lua5.2-posix lua5.2-struct lua-dmvpn quagga strongswan tunnel"
lua5.2-posix lua5.2-struct lua-dmvpn quagga strongswan tunnel"
subpackages="dmvpn-ca dmvpn-crl-dp lua-dmvpn"
options="!check"
source="$url/snapshot/dmvpn-tools-$pkgver.tar.bz2
dmvpn-ca.insync"
dmvpn-ca.insync"
builddir="$srcdir/dmvpn-tools-$pkgver"
package() {

View File

@ -15,9 +15,9 @@ build(){
}
package() {
cd "$srcdir/fonts"
mkdir -p "$pkgdir/usr/share/fonts/Type1/"
cp * "$pkgdir/usr/share/fonts/Type1/"
cd "$srcdir/fonts"
mkdir -p "$pkgdir/usr/share/fonts/Type1/"
cp * "$pkgdir/usr/share/fonts/Type1/"
}
sha512sums="d4fe6b097a3bdd9694dc704a2d986e22d649fbb7ca8302f872dff573525596a3f38246bd6dd166a5970a4fbca8cce6ebfb9a7030806b4662630afdf243438e1f ghostscript-fonts-std-8.11.tar.gz"

View File

@ -25,21 +25,21 @@ _giturl="git://github.com/tdtrask/lua-subprocess.git"
_upload="dev.alpinelinux.org:/archive/$pkgname/"
snapshot() {
local _date=$(date +%Y%m%d)
local _ver=0.0.$_date
local _pkg=$pkgname-$_ver.tar.gz
mkdir -p "$srcdir"
cd "$srcdir"
local _date=$(date +%Y%m%d)
local _ver=0.0.$_date
local _pkg=$pkgname-$_ver.tar.gz
mkdir -p "$srcdir"
cd "$srcdir"
msg "Creating snapshot: $_pkg"
rm -rf ${_giturl##*/}
git clone --depth=1 --bare $_giturl
git --git-dir ${_giturl##*/} archive -o $_pkg \
--prefix=$pkgname-$_ver/ HEAD \
git --git-dir ${_giturl##*/} archive -o $_pkg \
--prefix=$pkgname-$_ver/ HEAD \
msg "Uploading to $_upload"
rsync -Lave ssh $_pkg $_upload
cd "$startdir"
sed -i -e "s/^pkgver=.*/pkgver=$_ver/" \
msg "Uploading to $_upload"
rsync -Lave ssh $_pkg $_upload
cd "$startdir"
sed -i -e "s/^pkgver=.*/pkgver=$_ver/" \
APKBUILD
abuild checksum
}

View File

@ -25,7 +25,7 @@ build() {
}
check() {
make test
make test
}
package() {

View File

@ -20,7 +20,7 @@ build() {
}
check() {
make test
make test
}
package() {

View File

@ -28,7 +28,7 @@ build() {
}
check() {
make test
make test
}
package() {

View File

@ -25,7 +25,7 @@ build() {
}
check() {
make test
make test
}
package() {

View File

@ -29,7 +29,7 @@ check() {
package() {
make DESTDIR="$pkgdir" install
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}
sha512sums="3deea4406f7f9dd55d22d60c169d3889be7ef802a43507fb8b608c45ecdff52f743c9cb3a4703f1e44cdcf033c4c64b4c993192fe1a39efc9eae78c6fb66ff3e HTML-FormatText-WithLinks-AndTables-0.07.tar.gz"

View File

@ -26,7 +26,7 @@ build() {
}
check() {
./Build test
./Build test
}
package() {

View File

@ -28,7 +28,7 @@ build() {
}
check() {
make test
make test
}
package() {

View File

@ -23,7 +23,7 @@ build() {
package() {
make DESTDIR="$pkgdir" install
# creates file collision among perl modules
# creates file collision among perl modules
find "$pkgdir" \( -name perllocal.pod -o -name .packlist \) -delete
}

View File

@ -27,7 +27,7 @@ build() {
}
check() {
make test
make test
}
package() {

View File

@ -26,7 +26,7 @@ build() {
}
check() {
make test
make test
}
package() {

View File

@ -13,7 +13,7 @@ makedepends="ncurses-dev byacc"
install=""
subpackages="$pkgname-doc"
source="http://ibiblio.org/pub/linux/apps/financial/spreadsheet/sc-$pkgver.tar.gz
sc_7.16-2.patch"
sc_7.16-2.patch"
prepare() {
default_prepare
@ -28,7 +28,7 @@ build() {
package() {
mkdir -p "$pkgdir/usr/bin" "$pkgdir/usr/lib" "$pkgdir/usr/share/doc" \
"$pkgdir/usr/share/man/man1"
"$pkgdir/usr/share/man/man1"
make prefix="$pkgdir"/usr MANDIR="$pkgdir/usr/share/man/man1" install
}
sha512sums="efa495ba21d01b578a53f09101ccc28b564437317e0860904ad59136a24df9619dfc8715339296ae1567eaa8d620cdabc9bc2784962bc1c93e3bbd086856407b sc-7.16.tar.gz

View File

@ -16,8 +16,8 @@ _kpkgver="$_kver-r$_krel"
# for custom kernels set $FLAVOR
_extra_flavors=
case $CARCH in
armhf|armv7) _extra_flavors="rpi2";;
aarch64) _extra_flavors="rpi4";;
armhf|armv7) _extra_flavors="rpi2";;
aarch64) _extra_flavors="rpi4";;
esac
_kpkg=linux-$_flavor