🔒 Repository is read-only – file editing is disabled.
1234567891011121314151617181920212223242526272829303132
pkgname: testdisk
pkgver: '7.3'
pkgrel: '2'
pkgdesc: 'Checks and undeletes partitions + PhotoRec, signature based recovery tool'
url: 'https://www.cgsecurity.org/index.html?testdisk.html'
arch: x86_64
license:
- GPL2
depends: []
makedepends:
- 'util-linux'
- 'ntfs-3g'
source:
- 'https://www.cgsecurity.org/${pkgname}-${pkgver}-WIP.tar.bz2'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr \
--without-ewf \
--enable-sudo
make
make DESTDIR=${PKGDIR} install
install -Dm644 COPYING ${PKGDIR}/usr/share/licenses/${pkgname}/COPYING
package: |
true