Add license
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: bc
|
name: bc
|
||||||
description: Arbitrary numeric processing language
|
description: Arbitrary numeric processing language
|
||||||
version: 6.7.5
|
version: 6.7.5
|
||||||
revision: 2
|
revision: 3
|
||||||
url: https://www.gnu.org/software/bc/
|
url: https://www.gnu.org/software/bc/
|
||||||
license: GPL
|
license: GPL
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -29,5 +29,6 @@ check() {
|
|||||||
# This function is used to move the compiled files into the output directory
|
# This function is used to move the compiled files into the output directory
|
||||||
package() {
|
package() {
|
||||||
make DESTDIR="$BPM_OUTPUT" install
|
make DESTDIR="$BPM_OUTPUT" install
|
||||||
mkdir -p "$BPM_OUTPUT"/usr/share/licenses/bc/
|
|
||||||
|
install -Dm644 LICENSE.md "$BPM_OUTPUT"/usr/share/licenses/bc/LICENSE.md
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user