~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

[alpine-aports] [PATCH] markdown: move to community

Kevin Daudt <me@ikke.info>
Details
Message ID
<20160829212845.11642-1-me@ikke.info>
Sender timestamp
1472506125
DKIM signature
missing
Download raw message
Patch: +34 -34
---
Fixed the package and compiled it and tested that it runs.

 community/markdown/APKBUILD    | 34 ++++++++++++++++++++++++++++++++++
 unmaintained/markdown/APKBUILD | 34 ----------------------------------
 2 files changed, 34 insertions(+), 34 deletions(-)
 create mode 100644 community/markdown/APKBUILD
 delete mode 100644 unmaintained/markdown/APKBUILD

diff --git a/community/markdown/APKBUILD b/community/markdown/APKBUILD
new file mode 100644
index 0000000..21bf53c
--- /dev/null
+++ b/community/markdown/APKBUILD
@@ -0,0 +1,34 @@
# Contributor: z3bra <willy at mailoo dot org>
# Maintainer: Kevin Daudt <me@ikke.info>
pkgname=markdown
_pkgreal=Markdown
pkgver=1.0.1
pkgrel=0
pkgdesc="Text-to-HTML conversion tool for web writers"
url="http://daringfireball.net/projects/markdown/"
arch="noarch"
license="custom:BSD"
depends="perl"
depends_dev=""
makedepends="$depends_dev"
install=""
subpackages="$pkgname-doc"
source="http://daringfireball.net/projects/downloads/Markdown_1.0.1.zip"

_builddir=$srcdir/${_pkgreal}_${pkgver}

build() {
    cd "$_builddir"
    pod2man "Markdown.pl" > "$_builddir/$pkgname.1"
}

package() {
	cd "$_builddir"
        install -Dm755 "Markdown.pl" "${pkgdir}/usr/bin/${pkgname}"
        install -Dm644 "License.text" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
        install -Dm644 "$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1"
}

md5sums="f17b3c2b2830c6fd2fe0098226e59a2f  Markdown_1.0.1.zip"
sha256sums="6520e9b6a58c5555e381b6223d66feddee67f675ed312ec19e9cee1b92bc0137  Markdown_1.0.1.zip"
sha512sums="962df356e641326fbf29cdedc36dafb5f04683f0b3f5eb1efb8e15994e1e000b5a6882c84f09db4a6f8f948811ebbe76759e27871c644e690884db31705eab1f  Markdown_1.0.1.zip"
diff --git a/unmaintained/markdown/APKBUILD b/unmaintained/markdown/APKBUILD
deleted file mode 100644
index 7140e07..0000000
--- a/unmaintained/markdown/APKBUILD
@@ -1,34 +0,0 @@
# Contributor: z3bra <willy at mailoo dot org>
# Maintainer:
pkgname=markdown
_pkgreal=Markdown
pkgver=1.0.1
pkgrel=0
pkgdesc="Text-to-HTML conversion tool for web writers"
url="http://daringfireball.net/projects/markdown/"
arch="noarch"
license="custom:BSD"
depends="perl"
depends_dev=""
makedepends="$depends_dev"
install=""
subpackages=
source="http://daringfireball.net/projects/downloads/Markdown_1.0.1.zip"

_builddir=$srcdir/${_pkgreal}_${pkgver}

build() {
    cd "$_builddir"
    pod2man "Markdown.pl" > "$_builddir/$pkgname.1"
}

package() {
	cd "$_builddir"
        install -Dm755 "Markdown.pl" "${pkgdir}/usr/bin/${pkgname}"
        install -Dm644 "License.text" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
        install -Dm644 "$pkgname.1" "$pkgdir/usr/share/man/man1/$pkgname.1"
}

md5sums="f17b3c2b2830c6fd2fe0098226e59a2f  Markdown_1.0.1.zip"
sha256sums="6520e9b6a58c5555e381b6223d66feddee67f675ed312ec19e9cee1b92bc0137  Markdown_1.0.1.zip"
sha512sums="962df356e641326fbf29cdedc36dafb5f04683f0b3f5eb1efb8e15994e1e000b5a6882c84f09db4a6f8f948811ebbe76759e27871c644e690884db31705eab1f  Markdown_1.0.1.zip"
-- 
2.8.3



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)