Pkgfile 380 B

1234567891011121314151617
  1. # Description: RPM to Tarball conversion tool
  2. # URL: https://gitweb.gentoo.org/proj/rpm2targz.git/
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on:
  5. name=rpm2targz
  6. version=2021.03.16
  7. release=1
  8. source=(https://gitweb.gentoo.org/proj/rpm2targz.git/snapshot/rpm2targz-2021.03.16.tar.gz)
  9. build() {
  10. cd $name-$version
  11. make
  12. make DESTDIR=$PKG install
  13. }