mirror of
https://gitlab.alpinelinux.org/alpine/abuild.git
synced 2025-01-02 20:42:43 +00:00
various: add descriptions, attribution, license
This commit is contained in:
parent
3417b45a1b
commit
e1339a9b77
@ -1,3 +1,12 @@
|
|||||||
|
/* abuild-sudo.c - limited root privileges for users in "abuild" group
|
||||||
|
*
|
||||||
|
* Copyright (C) 2012 Natanael Copa <ncopa@alpinelinux.org>
|
||||||
|
* All rights reserved.
|
||||||
|
*
|
||||||
|
* This program is free software; you can redistribute it and/or modify it
|
||||||
|
* under the terms of the GNU General Public License version 2 as published
|
||||||
|
* by the Free Software Foundation. See http://www.gnu.org/ for details.
|
||||||
|
*/
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
6
abump.in
6
abump.in
@ -1,5 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# abump - bump pkgver in APKBUILDs
|
||||||
|
# Copyright (c) 2012 Natanael Copa <ncopa@alpinelinux.org>
|
||||||
|
#
|
||||||
|
# Distributed under GPL-2
|
||||||
|
#
|
||||||
|
|
||||||
program=${0##*/}
|
program=${0##*/}
|
||||||
|
|
||||||
die() {
|
die() {
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# apkgrel - display or bump pkgrel in APKBUILDs
|
||||||
|
# Copyright (c) 2012 Natanael Copa <ncopa@alpinelinux.org>
|
||||||
|
#
|
||||||
|
# Distributed under GPL-2
|
||||||
|
#
|
||||||
|
|
||||||
program=${0##*/}
|
program=${0##*/}
|
||||||
|
|
||||||
do_show() {
|
do_show() {
|
||||||
|
@ -1,5 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# checkapk - find ABI breakages in package upgrades
|
||||||
|
# Copyright (c) 2012 Natanael Copa <natanael.copa@gmail.com>
|
||||||
|
#
|
||||||
|
# Distributed under GPL-2
|
||||||
|
#
|
||||||
|
|
||||||
die() {
|
die() {
|
||||||
echo "$@" >&2
|
echo "$@" >&2
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user