Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: ffcast-2.5.0
@ 2020-12-13 22:47 kawaiiamber
  2020-12-14  8:30 ` paper42
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: kawaiiamber @ 2020-12-13 22:47 UTC (permalink / raw)
  To: ml

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

There is a new pull request by kawaiiamber against master on the void-packages repository

https://github.com/kawaiiamber/void-packages ffcast
https://github.com/void-linux/void-packages/pull/27130

New package: ffcast-2.5.0
# About
Adds the package [ffcast](https://github.com/lolilolicon/FFcast).
## Issues
This is my second ever time trying to contribute. I successfully got the source to build and run on my machine, but I don't think I'm using xbps-src or correct template notation to build it as `xbps-src pkg ffcast` seems to fail and I'm not sure why, so it will most likely fail the checks here. I read the manual, and maybe it's a little over me. Any help would be <3

A patch file from https://github.com/void-linux/void-packages/pull/27130.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ffcast-27130.patch --]
[-- Type: text/x-diff, Size: 1201 bytes --]

From 69fb895b0b1402c2a563f715d01fdde57469daa3 Mon Sep 17 00:00:00 2001
From: KawaiiAmber <japaneselearning101@gmail.com>
Date: Sun, 13 Dec 2020 15:42:48 -0700
Subject: [PATCH] New package: ffcast-2.5.0

---
 srcpkgs/ffcast/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/ffcast/template

diff --git a/srcpkgs/ffcast/template b/srcpkgs/ffcast/template
new file mode 100644
index 00000000000..1ca463151fd
--- /dev/null
+++ b/srcpkgs/ffcast/template
@@ -0,0 +1,23 @@
+# Template file for 'ffcast'
+pkgname=ffcast
+version=2.5.0
+revision=1
+makedepends="autoconf automake"
+depends="bash ffmpeg ImageMagick xdpyinfo xprop xwininfo"
+short_desc="Run command on rectangular screen regions"
+maintainer="KawaiiAmber <japaneselearning101@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://github.com/lolilolicon/FFcast"
+distfiles="https://github.com/lolilolicon/FFcast/archive/${version}.tar.gz"
+checksum=09ebf44f76a1813eb8db78df0256f7a1cd259562cf87908b6d683f7fd1ec6b30
+
+do_build() {
+	bootstrap
+	configure --prefix /usr --libexecdir /usr/lib
+	make
+}
+
+do_install() {
+	make install
+	vinstall README.asciidoc 644 usr/share/doc/$pkgname
+}

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

end of thread, other threads:[~2021-04-18 21:57 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-13 22:47 [PR PATCH] New package: ffcast-2.5.0 kawaiiamber
2020-12-14  8:30 ` paper42
2020-12-14  8:30 ` paper42
2020-12-14 18:17 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-14 18:18 ` kawaiiamber
2020-12-14 18:19 ` kawaiiamber
2020-12-14 18:27 ` [PR REVIEW] " ericonr
2020-12-14 18:29 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-14 18:29 ` kawaiiamber
2020-12-14 18:30 ` [PR REVIEW] " kawaiiamber
2020-12-14 18:36 ` ericonr
2020-12-14 18:39 ` kawaiiamber
2020-12-14 23:21 ` [PR PATCH] [Updated] " kawaiiamber
2020-12-14 23:22 ` kawaiiamber
2021-04-18 21:57 ` ericonr
2021-04-18 21:57 ` [PR PATCH] [Closed]: " ericonr

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).