index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-06 02:34:37 +0300 |
---|---|---|
committer | Tasos Sahanidis <tasos@tasossah.com> | 2024-04-06 02:34:37 +0300 |
commit | 53864d15ca328ada0dd2c8a0b35ae966dcf2744a (patch) | |
tree | 09650a1d94cf9f8ceabee374da4e2bdee872002d /build-support/pandoc-cli | |
parent | cc2fdad544149d4e7f982b69e2240bb5ddd09ffa (diff) |
-rw-r--r-- | build-support/pandoc-cli/PKGBUILD | 25 |
diff --git a/build-support/pandoc-cli/PKGBUILD b/build-support/pandoc-cli/PKGBUILD deleted file mode 100644 index 9109e635..00000000 --- a/build-support/pandoc-cli/PKGBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Maintainer: Felix Yan <felixonmars@archlinux.org> -# Maintainer: Caleb Maclennan <caleb@alerque.com> - -pkgname=pandoc-cli -pkgver=1 -pkgrel=1 -pkgdesc="Conversion between documentation formats" -url="https://pandoc.org" -license=("GPL-2.0-or-later") -arch=('x86_64') -provides=('pandoc') -conflicts=('pandoc') -replaces=('pandoc') -source=("git+https://github.com/tatokis/nodoc.git") -sha256sums=('SKIP') - -build() { - cd nodoc - make -} - -package() { - cd nodoc - install -D -m755 pandoc -t "$pkgdir"/usr/bin/ -} |