Add license
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: bash
|
name: bash
|
||||||
description: The Bourne-Again Shell
|
description: The Bourne-Again Shell
|
||||||
version: 5.2.21
|
version: 5.2.21
|
||||||
revision: 2
|
revision: 3
|
||||||
url: https://www.gnu.org/software/bash/
|
url: https://www.gnu.org/software/bash/
|
||||||
license: GPL3-or-later
|
license: GPL3-or-later
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -36,4 +36,6 @@ package() {
|
|||||||
mkdir -p "$BPM_OUTPUT"/etc
|
mkdir -p "$BPM_OUTPUT"/etc
|
||||||
cp ../profile "$BPM_OUTPUT"/etc/profile
|
cp ../profile "$BPM_OUTPUT"/etc/profile
|
||||||
cp ../bashrc "$BPM_OUTPUT"/etc/bashrc
|
cp ../bashrc "$BPM_OUTPUT"/etc/bashrc
|
||||||
|
|
||||||
|
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/bash/COPYING
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user