1 # Maintainer: Testuser_01 <arch@nico-siebler.de>
6 pkgdesc="Touch2 is a utility which modifies the ctime. Touch2 can be run after touch(1) or other commands."
7 url="http://packetstormsecurity.org/files/46410/touch2v2.c"
10 depends=('gcc' 'coreutils')
11 source=("http://packetstorm.crazydog.pt/UNIX/misc/${pkgname}v${pkgver}.c")
12 md5sums=('df35882f1fc0937cc70fd882f2cb797d')
13 sha512sums=('5ddc8041d61cf3950b2789656d7c24dea4534c719b71191e5d95fdbfcb7d8ee007bdb8866f91cf267e016d45ad3e5243ad075a93cd73640a94ad2da44cbd2dec')
17 mkdir -p "${pkgdir}/usr/bin/" || return 1
18 gcc "${srcdir}/${pkgname}v${pkgver}.c" -o "${pkgdir}/usr/bin/touch2" || return 1