diff options
Diffstat (limited to 'apkgrel.in')
-rw-r--r-- | apkgrel.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ #!/bin/sh +# apkgrel - display or bump pkgrel in APKBUILDs +# Copyright (c) 2012 Natanael Copa <ncopa@alpinelinux.org> +# +# Distributed under GPL-2 +# + program=${0##*/} do_show() { |