Add license
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
name: which
|
name: which
|
||||||
description: Executable path locator utility
|
description: Executable path locator utility
|
||||||
version: 2.21
|
version: 2.21
|
||||||
|
revision: 2
|
||||||
url: https://savannah.gnu.org/projects/which
|
url: https://savannah.gnu.org/projects/which
|
||||||
license: GPL3
|
license: GPL3
|
||||||
architecture: any
|
architecture: any
|
||||||
|
depends: ["bash","glibc"]
|
||||||
type: source
|
type: source
|
||||||
|
|||||||
@@ -23,4 +23,7 @@ build() {
|
|||||||
# 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
|
||||||
|
|
||||||
|
# Install package license
|
||||||
|
install -Dm644 "$BPM_SOURCE"/COPYING "$BPM_OUTPUT"/usr/share/licenses/which/COPYING
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user