[testing] -> [extra] 'maeparser-1.3.0-2' move
packagesM/maeparser/pipeline/head This commit looks good
Details
packagesM/maeparser/pipeline/head This commit looks good
Details
parent
d5e521c170
commit
da97d9d7a4
@ -1,25 +0,0 @@
|
||||
# Maintainer: Cory Sanin <corysanin@artixlinux.org>
|
||||
|
||||
pkgname=maeparser
|
||||
pkgver=1.3.0
|
||||
pkgrel=2
|
||||
pkgdesc='Maestro file parser'
|
||||
arch=(x86_64)
|
||||
url='https://github.com/schrodinger/maeparser'
|
||||
license=(MIT)
|
||||
depends=(boost-libs)
|
||||
makedepends=(cmake boost)
|
||||
source=(https://github.com/schrodinger/maeparser/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
|
||||
sha256sums=('fa8f9336de1e5d1cabec29a6da04547b1fb040bb32ba511ff30b4a14097c751c')
|
||||
|
||||
build() {
|
||||
artix-cmake -B build -S $pkgname-$pkgver \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" cmake --install build
|
||||
|
||||
install -Dm644 $pkgname-$pkgver/LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname
|
||||
}
|
Loading…
Reference in new issue