summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b8c2e9a207b862029088bb8fbcc99fcd947559dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Maintainer: Gregoire Lodi <gregoire.lodi@gmail.com>

pkgname=decodify
pkgver=0.1.0
pkgrel=1
pkgdesc="It can detect and decode encoded strings, recursively."
arch=("i686" "x86_64")
url="https://github.com/UltimateHackers/Decodify"
license=("GPL")
makedepends=("python2")
source=("$pkgname"::"git+${url}.git")
noextract=()
md5sums=("SKIP")

package() {
  cd "${srcdir}/${pkgname}"
  install -Dm 755 "dcode" "${pkgdir}/usr/bin/decodify"
}