mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-18 13:30:43 +00:00
various: tweak opening comments, whitespace
Also remove incomplete efforts at listing "Depends on: ..."
This commit is contained in:
parent
e1339a9b77
commit
811a215018
@ -1,12 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# generate signing keys
|
# abuild-keygen - generate signing keys
|
||||||
# Copyright (c) 2009 Natanael Copa <ncopa@alpinelinux.org>
|
# Copyright (c) 2009 Natanael Copa <ncopa@alpinelinux.org>
|
||||||
#
|
#
|
||||||
# Distributed under GPL-2
|
# Distributed under GPL-2
|
||||||
#
|
#
|
||||||
# Depends on: busybox utilities, fakeroot,
|
|
||||||
#
|
|
||||||
|
|
||||||
abuild_ver=@VERSION@
|
abuild_ver=@VERSION@
|
||||||
sysconfdir=@sysconfdir@
|
sysconfdir=@sysconfdir@
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# sign indexes
|
# abuild-sign - sign indexes
|
||||||
# Copyright (c) 2009 Natanael Copa <ncopa@alpinelinux.org>
|
# Copyright (c) 2009 Natanael Copa <ncopa@alpinelinux.org>
|
||||||
#
|
#
|
||||||
# Distributed under GPL-2
|
# Distributed under GPL-2
|
||||||
#
|
#
|
||||||
# Depends on: busybox utilities, fakeroot,
|
|
||||||
#
|
|
||||||
|
|
||||||
abuild_ver=@VERSION@
|
abuild_ver=@VERSION@
|
||||||
sysconfdir=@sysconfdir@
|
sysconfdir=@sysconfdir@
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# script to build apk packages (light version of makepkg)
|
# abuild - build apk packages (light version of makepkg)
|
||||||
# Copyright (c) 2008 Natanael Copa <natanael.copa@gmail.com>
|
# Copyright (c) 2008 Natanael Copa <natanael.copa@gmail.com>
|
||||||
#
|
#
|
||||||
# Distributed under GPL-2
|
# Distributed under GPL-2
|
||||||
#
|
#
|
||||||
# Depends on: busybox utilities, fakeroot
|
|
||||||
#
|
|
||||||
|
|
||||||
abuild_ver=@VERSION@
|
abuild_ver=@VERSION@
|
||||||
sysconfdir=@sysconfdir@
|
sysconfdir=@sysconfdir@
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
#
|
#
|
||||||
# Script to generate a new APKBUILD
|
# newapkbuild - generate a new APKBUILD
|
||||||
# Copyright (c) 2009 Natanael Copa <natanael.copa@gmail.com>
|
# Copyright (c) 2009 Natanael Copa <natanael.copa@gmail.com>
|
||||||
#
|
#
|
||||||
# Distributed under GPL-2
|
# Distributed under GPL-2
|
||||||
#
|
#
|
||||||
# Depends on: busybox utilities, fakeroot,
|
|
||||||
#
|
|
||||||
|
|
||||||
version=@VERSION@
|
version=@VERSION@
|
||||||
sysconfdir=@sysconfdir@
|
sysconfdir=@sysconfdir@
|
||||||
|
Loading…
Reference in New Issue
Block a user