This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from os import environ | |
from subprocess import run | |
from tempfile import mkdtemp | |
url = 'https://{0}:{1}@github.com/{0}/{2}' | |
upstream = environ['UPSTREAM_URL'] | |
name = environ['GITHUB_USERNAME'] | |
email = environ['GITHUB_EMAIL'] | |
branch = environ['ORIGIN_BRANCH'] | |
origin = url.format(name, environ['GITHUB_TOKEN'], environ['GITHUB_REPO']) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name: extrace | |
Version: 0.7 | |
Release: 1%{?dist} | |
Summary: trace exec() calls system-wide | |
License: GPLv2 | |
URL: https://github.com/leahneukirchen/extrace | |
Source0: https://github.com/leahneukirchen/extrace/archive/v0.7.tar.gz | |
BuildRequires: gcc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Requires gnupg version >= 2.1 | |
ownertrust: trustdb.gpg | |
gpg --export-ownertrust > ownertrust | |
export: Makefile private-keys-v1.d pubring.kbx ownertrust | |
tar -czf gnupg.tar.gz $^ | |
import: | |
gpg --import-ownertrust ownertrust |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Created by pyp2rpm-3.3.5 | |
%global pypi_name lesspass | |
Name: python-%{pypi_name} | |
Version: 10.1.0 | |
Release: 1%{?dist} | |
Summary: LessPass stateless password generator | |
License: GPL-3.0 | |
URL: https://github.com/lesspass/lesspass |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%global tarball hugo_extended_%{version}_Linux-64bit.tar.gz | |
%global srcpath /src/github.com/gohugoio | |
Name: hugo | |
Version: 0.89.4 | |
Release: 1%{?dist} | |
Summary: The world’s fastest framework for building websites | |
License: ASL 2.0 and MIT | |
URL: https://github.com/gohugoio/hugo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Headless is editor binary to run without X11, e.g. for exporting games from CLI | |
%bcond_without headless | |
# Server is template (optimized, no tools) binary to run multiplayer servers | |
%bcond_without server | |
# Undefine for stable | |
#define prerel 1 | |
%define status stable | |
%define uversion %{version}-%{status} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%global pypi_name hid | |
%global pypi_version 1.0.5 | |
Name: python-%{pypi_name} | |
Version: %{pypi_version} | |
Release: 1%{?dist} | |
Summary: ctypes bindings for hidapi | |
License: MIT | |
URL: https://pypi.org/project/hid/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Lock X session with i3lock | |
Documentation=man:i3lock(1) | |
PartOf=graphical-session.target | |
[Service] | |
ExecStart=/usr/bin/i3lock -n | |
ExecStopPost=/usr/bin/sessionctl unlock | |
[Install] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name: cheatsheet | |
Version: 0.1.0 | |
Release: 1%{?dist} | |
Summary: A command-line cheatsheet for the command-line | |
License: MIT | |
URL: https://github.com/atlasamerican/cheatsheet | |
Source0: https://github.com/atlasamerican/cheatsheet/archive/refs/tags/v0.1.0.tar.gz | |
Requires: git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Name: Clight | |
Version: 4.9 | |
Release: 1%{?dist} | |
Summary: A C daemon that turns your webcam into a light sensor. It will adjust screen backlight based on ambient brightness. | |
License: GPL-3.0 | |
URL: https://github.com/FedeDP/clight | |
Source0: https://github.com/FedeDP/Clight/archive/refs/tags/4.9.tar.gz | |
BuildRequires: cmake |
OlderNewer