Pkgfile 453 B

12345678910111213141516171819
  1. # Description: A useful set of utilities for interacting with a cloud.
  2. # URL: https://github.com/canonical/cloud-utils
  3. # Maintainer: Daniel Azevedo, daniazevedo77 at posteo dot net
  4. # Depends on:
  5. name=cloud-utils
  6. version=0.33
  7. release=1
  8. source=(https://github.com/canonical/$name/archive/refs/tags/$version.tar.gz)
  9. build() {
  10. cd $name-$version
  11. make
  12. make DESTDIR=$PKG install
  13. rm -rf $PKG/usr/share/man/man1
  14. rm -rf $PKG/usr/share/doc/$(NAME)
  15. }