From 5e1d35d85ecd5c58b9b2195dcb55b642a0bffdbf Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 15 Feb 2019 08:46:57 +0100 Subject: bin/create-build-support-package-from: added as a TODO --- bin/create-build-support-package-from | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 bin/create-build-support-package-from (limited to 'bin/create-build-support-package-from') diff --git a/bin/create-build-support-package-from b/bin/create-build-support-package-from new file mode 100755 index 0000000..1ea2262 --- /dev/null +++ b/bin/create-build-support-package-from @@ -0,0 +1,7 @@ +#!/bin/sh + +# TODO: +# create-build-support-package-from $repo_arch/$pkgname-$pkgver-$pkgrel $file1 $file2 $file3 ... +# should do create $repo_arch/$pkgname-shim-$pkgver-$pkgrel containing +# $file1, $file2, ... from the original package +# We might also want to override specific provides= and depends= -- cgit v1.2.3-54-g00ecf