Removing build/arch as it is no longer required

This commit is contained in:
Gobinath 2016-10-25 20:20:03 +05:30
parent 4809eb8ee0
commit f5dacf00de
2 changed files with 0 additions and 26 deletions

View File

@ -1,18 +0,0 @@
#!/usr/bin/bash
cd ./pkg
# Create parent directories
mkdir -p opt
mkdir usr
# Copy source files
cp -r ../../../safeeyes/share ./usr/
cp -r ../../../safeeyes/safeeyes ./opt/
# # Create the package
# tar -cf - .PKGINFO * | xz -c -z - > ../safeeyes.pkg.tar.xz
# # Remove the copied files
# rm -r ./opt
# rm -r ./usr

View File

@ -1,8 +0,0 @@
pkgname = safeeyes
pkgver = 1.0.6-1
pkgdesc = Safe Eyes
url = https://github.com/slgobinath/SafeEyes
depends=('python2-gobject', 'python2-xlib', 'xorg-xprop', 'libappindicator3')
license=('gplv3')
packager = manual
arch = any