# Maintainer: Jonathan Boyle pkgname=mulle-sourcetree pkgver=0.25.0 pkgrel=1 epoch=1 pkgdesc="Project composition and maintenance with build support" arch=('any') url="https://github.com/mulle-sde/mulle-sourcetree" license=('BSD3') groups=('mulle-sde-all') depends=('bash' 'mulle-bashfunctions>=3.4.0') changelog="RELEASENOTES.md" source=("https://github.com/mulle-sde/mulle-sourcetree/archive/0.25.0.tar.gz") noextract=() md5sums=('549a2ab9c90ac9b722e8e6be9691a155') validpgpkeys=() package() { # Install License cd "${pkgname}-${pkgver}" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" # Run Install cd bin chmod +x installer ./installer "${pkgdir}/usr" # Move libexec to lib/$pkgname cd "${pkgdir}/usr" mkdir -p "lib/" mv libexec/* "lib/" rm -r libexec }