summaryrefslogtreecommitdiffstats
path: root/src/package.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/package.sh')
-rw-r--r--src/package.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/package.sh b/src/package.sh
index 34ca81d..f869eef 100644
--- a/src/package.sh
+++ b/src/package.sh
@@ -45,6 +45,11 @@ package_init()
return 0
}
+package_get_name_and_version()
+{
+ "package_${_package_format}_get_name_and_version"
+}
+
package_get_build_deps()
{
local arch="${1}"