Compare commits
4
Commits
61e2bbc2ee
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1aa96fbbd4
|
||
|
|
eb1b09141a
|
||
|
|
df83ff5184
|
||
|
|
80cf1938a8
|
+3
-3
@@ -1,7 +1,7 @@
|
|||||||
name: dash
|
name: dash
|
||||||
description: POSIX-compliant implementation of /bin/sh that aims to be as small as possible
|
description: POSIX-compliant implementation of /bin/sh that aims to be as small as possible
|
||||||
version: 0.5.13.2
|
version: 0.5.13.5
|
||||||
revision: 2
|
revision: 1
|
||||||
url: http://gondor.apana.org.au/~herbert/dash/
|
url: http://gondor.apana.org.au/~herbert/dash/
|
||||||
license: BSD-3-Clause
|
license: BSD-3-Clause
|
||||||
maintainers:
|
maintainers:
|
||||||
@@ -17,4 +17,4 @@ downloads:
|
|||||||
- url: https://git.kernel.org/pub/scm/utils/dash/dash.git/snapshot/dash-${BPM_PKG_VERSION}.tar.gz
|
- url: https://git.kernel.org/pub/scm/utils/dash/dash.git/snapshot/dash-${BPM_PKG_VERSION}.tar.gz
|
||||||
extract_to: ${BPM_SOURCE}
|
extract_to: ${BPM_SOURCE}
|
||||||
extract_strip_components: 1
|
extract_strip_components: 1
|
||||||
checksum: ce88391bd79c71d9e182b005e69ebb11829e61ed6953276a086dad43701ac594
|
checksum: 53622e51df0fd7a2950552cfe0da0bee9bfc1510784e752b62eacc49b3776d33
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
# This is the source.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
# This is the recipe.sh script. It is executed by BPM in a temporary directory when compiling a source package
|
||||||
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
# BPM Expects the source code to be extracted into the automatically created 'source' directory which can be accessed using $BPM_SOURCE
|
||||||
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
# BPM Expects the output files to be present in the automatically created 'output' directory which can be accessed using $BPM_OUTPUT
|
||||||
|
|
||||||
Reference in New Issue
Block a user