Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Package Request: Context Free Art
@ 2020-05-17 15:39 notramo
  2021-10-03 10:25 ` TeddyDD
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: notramo @ 2020-05-17 15:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 165 bytes --]

New issue by notramo on void-packages repository

https://github.com/void-linux/void-packages/issues/22044

Description:
https://github.com/MtnViewJohn/context-free

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Package Request: Context Free Art
  2020-05-17 15:39 [ISSUE] Package Request: Context Free Art notramo
@ 2021-10-03 10:25 ` TeddyDD
  2021-10-03 10:26 ` TeddyDD
  2021-10-03 10:29 ` TeddyDD
  2 siblings, 0 replies; 4+ messages in thread
From: TeddyDD @ 2021-10-03 10:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1037 bytes --]

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/issues/22044#issuecomment-932912810

Comment:
I have personal cfdg package. I suck at C/CPP, so I don't feel like maintain it officially.

```sh
# Template file for 'cfdg'
pkgname=cfdg
version=3.3
revision=1
wrksrc=context-free-Version${version}
build_style=gnu-makefile
make_install_args="PREFIX=/usr DESTDIR=${DESTDIR}"
hostmakedepends="flex bison"
makedepends="icu-devel libpng-devel libatomic-devel"
short_desc="Context Free is a program that generates images from grammar"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/MtnViewJohn/context-free"
distfiles="https://github.com/MtnViewJohn/context-free/archive/Version${version}.tar.gz"
checksum=@d5c756fd46db78aca944e40825f4f1cb01410cd6168c7bfb4108e920c16a3bb9

do_build() {
	make -j $(nproc)
}

post_install() {
		rm -rf ${DESTDIR}/usr/local
		vbin ${wrksrc}/cfdg
		vman ${wrksrc}/cfdg.1
}
```

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Package Request: Context Free Art
  2020-05-17 15:39 [ISSUE] Package Request: Context Free Art notramo
  2021-10-03 10:25 ` TeddyDD
@ 2021-10-03 10:26 ` TeddyDD
  2021-10-03 10:29 ` TeddyDD
  2 siblings, 0 replies; 4+ messages in thread
From: TeddyDD @ 2021-10-03 10:26 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1065 bytes --]

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/issues/22044#issuecomment-932912810

Comment:
I have personal cfdg package. I suck at C/CPP, so I don't feel like maintain it officially. Tested only on x86_64 glibc

```sh
# Template file for 'cfdg'
pkgname=cfdg
version=3.3
revision=1
wrksrc=context-free-Version${version}
build_style=gnu-makefile
make_install_args="PREFIX=/usr DESTDIR=${DESTDIR}"
hostmakedepends="flex bison"
makedepends="icu-devel libpng-devel libatomic-devel"
short_desc="Context Free is a program that generates images from grammar"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/MtnViewJohn/context-free"
distfiles="https://github.com/MtnViewJohn/context-free/archive/Version${version}.tar.gz"
checksum=@d5c756fd46db78aca944e40825f4f1cb01410cd6168c7bfb4108e920c16a3bb9

do_build() {
	make -j $(nproc)
}

post_install() {
		rm -rf ${DESTDIR}/usr/local
		vbin ${wrksrc}/cfdg
		vman ${wrksrc}/cfdg.1
}
```

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Package Request: Context Free Art
  2020-05-17 15:39 [ISSUE] Package Request: Context Free Art notramo
  2021-10-03 10:25 ` TeddyDD
  2021-10-03 10:26 ` TeddyDD
@ 2021-10-03 10:29 ` TeddyDD
  2 siblings, 0 replies; 4+ messages in thread
From: TeddyDD @ 2021-10-03 10:29 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1064 bytes --]

New comment by TeddyDD on void-packages repository

https://github.com/void-linux/void-packages/issues/22044#issuecomment-932912810

Comment:
I have personal cfdg package. I suck at C/CPP, so I don't feel like maintain it officially. Tested only on x86_64 glibc

```sh
# Template file for 'cfdg'
pkgname=cfdg
version=3.3
revision=1
wrksrc=context-free-Version${version}
build_style=gnu-makefile
make_install_args="PREFIX=/usr DESTDIR=${DESTDIR}"
hostmakedepends="flex bison"
makedepends="icu-devel libpng-devel libatomic-devel"
short_desc="Context Free is a program that generates images from grammar"
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
license="GPL-2.0-or-later"
homepage="https://github.com/MtnViewJohn/context-free"
distfiles="https://github.com/MtnViewJohn/context-free/archive/Version${version}.tar.gz"
checksum=c34a7e49850420751c74a2d02ef921cb0beb6a9f7d895633a0ebc0ed5b241033

do_build() {
	make -j $(nproc)
}

post_install() {
		rm -rf ${DESTDIR}/usr/local
		vbin ${wrksrc}/cfdg
		vman ${wrksrc}/cfdg.1
}
```

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-10-03 10:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-17 15:39 [ISSUE] Package Request: Context Free Art notramo
2021-10-03 10:25 ` TeddyDD
2021-10-03 10:26 ` TeddyDD
2021-10-03 10:29 ` TeddyDD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).