mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 20:36:40 +02:00
testing/mdp: new aport
https://github.com/visit1985/mdp A command-line based markdown presentation tool testing/
This commit is contained in:
parent
831e8b6c23
commit
d40afe9e1a
22
testing/mdp/APKBUILD
Normal file
22
testing/mdp/APKBUILD
Normal file
@ -0,0 +1,22 @@
|
||||
# Contributor: Galen Abell <galen@galenabell.com>
|
||||
# Maintainer: Galen Abell <galen@galenabell.com>
|
||||
pkgname=mdp
|
||||
pkgver=1.0.15
|
||||
pkgrel=0
|
||||
pkgdesc="command line based markdown presentation tool"
|
||||
url="https://github.com/visit1985/mdp"
|
||||
arch="all"
|
||||
license="GPL-3.0-only"
|
||||
makedepends="ncurses-dev"
|
||||
options="!check" # no tests
|
||||
subpackages="$pkgname-doc"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/visit1985/mdp/archive/$pkgver.tar.gz"
|
||||
|
||||
build() {
|
||||
make PREFIX=/usr
|
||||
}
|
||||
|
||||
package() {
|
||||
make PREFIX=/usr DESTDIR="$pkgdir" install
|
||||
}
|
||||
sha512sums="88337224dc7b58bc82f68861083e31ac429ff97e6dfcf7a66042c302205ca01947df35445e0b4683c5c5a998c493db882d3aaff462673b5a387865c33752bb0e mdp-1.0.15.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user