summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSup3r-Us3r2017-01-10 12:41:41 -0200
committerSup3r-Us3r2017-01-10 12:41:41 -0200
commit001f4775d17b98c2acc331fbb6a73c71ec3fcb83 (patch)
tree3c83f009b52eb927cad9d8c75376400899ba7f68 /PKGBUILD
downloadaur-hashcode-pt.tar.gz
HashCodePT
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD20
1 files changed, 20 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..6b9d665c0f29
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,20 @@
+# Maintainer: Magno-Tutor
+pkgname=hashcode-pt
+pkgver=1.0
+pkgrel=1
+pkgdesc="Tem como objetivo codificar e decodificar strings."
+arch=('any')
+depends=('python')
+install=hashcode.install
+url="https://github.com/Sup3r-Us3r/HashCode"
+conflicts=('hashcode-en')
+
+source=('hashcode-pt.py')
+
+md5sums=('30c0b2f24cd677e17d6aa97b74070272')
+
+package() {
+
+ install -D hashcode-pt.py "${pkgdir}/usr/bin/hashcode"
+
+} \ No newline at end of file