Skip to content

Commit

Permalink
PKGBUILD complete
Browse files Browse the repository at this point in the history
  • Loading branch information
Peterwmoss committed Nov 3, 2020
1 parent d514507 commit 7c4ad78
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Maintainer: Peter K. Moss <peter@moss.dk>
pkgname=qMarkdown
pkgver=0.1.2
pkgrel=1
pkgdesc="qMarkdown - minimal markdown viewer"
arch=("x86_64")
url="https://github.com/Peterkmoss/qMarkdown"
license=('GPL')
depends=()
makedepends=('qt5-base'
'gcc>=9')
provides=('qmarkdown')
source=("https://github.com/Peterkmoss/qMarkdown/archive/v$pkgver.tar.gz")

build() {
cd "$pkgname-$pkgver"
make
}

package() {
cd "$pkgname-$pkgver"
make PREFIX=/usr DESTDIR="$pkgdir" install
}
md5sums=('e01b9d2f283e3ccc037c9d5dded1f710')

0 comments on commit 7c4ad78

Please sign in to comment.