summaryrefslogtreecommitdiffstats
path: root/abs/not_built/core/test-pattern/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/not_built/core/test-pattern/PKGBUILD')
-rw-r--r--abs/not_built/core/test-pattern/PKGBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/abs/not_built/core/test-pattern/PKGBUILD b/abs/not_built/core/test-pattern/PKGBUILD
new file mode 100644
index 0000000..7ac825b
--- /dev/null
+++ b/abs/not_built/core/test-pattern/PKGBUILD
@@ -0,0 +1,16 @@
+pkgname=test-pattern
+pkgver=1.0
+pkgrel=6
+arch=('i686')
+pkgdesc="script to create test pattern videos"
+depends=(imagemagick)
+license=('GPL')
+source=(test_pattern.bash)
+
+build() {
+ cd $startdir/src
+# mkdir $startdir/pkg/usr/bin/
+ install -m755 -D test_pattern.bash $startdir/pkg/usr/bin/test_pattern.bash
+}
+
+md5sums=('3a427a5dee0763c6b0a5938fedbde883')