From 3cdb638d9d88d23182d35a971e13102a661aaffd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 15 Oct 2013 18:53:35 -0400 Subject: test: libremakepkg: add a test for bug #442, chcleanup not running --- test/libremakepkg.d/PKGBUILD-testpkg2 | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/libremakepkg.d/PKGBUILD-testpkg2 (limited to 'test/libremakepkg.d/PKGBUILD-testpkg2') diff --git a/test/libremakepkg.d/PKGBUILD-testpkg2 b/test/libremakepkg.d/PKGBUILD-testpkg2 new file mode 100644 index 0000000..11f7fe8 --- /dev/null +++ b/test/libremakepkg.d/PKGBUILD-testpkg2 @@ -0,0 +1,19 @@ +pkgname='libretools-testpkg2' +pkgver=1.0 +license=('GPL') +url='https://parabolagnulinux.org' + +pkgrel=1 +arch=(any) +depends=(sh libretools-testpkg1) + +build() { + cd "$srcdir" + echo '#!/bin/sh' > testpkg2.sh + echo 'libretools-testpkg1' >> testpkg2.sh +} + +package() { + cd "$srcdir" + install -Dm755 testpkg2.sh "$pkgdir"/usr/bin/libretools-testpkg2 +} -- cgit v1.2.2