Compare commits

..

4 Commits

Author SHA1 Message Date
seeseemelk 105c2fd4b9 Remove wake script 2025-04-25 11:03:23 +02:00
seeseemelk f448f43a75 Ensure runner is awake before starting 2025-04-25 11:03:23 +02:00
seeseemelk c464ae169a Update template from yay repository 2025-04-25 11:03:23 +02:00
seeseemelk 0b3ae21f47 Initial commit
This repository was based on https://gitea.seeseepuff.be/archlinux/helloworld
2025-04-25 11:03:23 +02:00
2 changed files with 0 additions and 32 deletions
-13
View File
@@ -1,13 +0,0 @@
name: Wake Runner
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Wakeup Runner
run: |
curl https://idlesleep.wolproxy.seeseepuff.be/status
-19
View File
@@ -1,19 +0,0 @@
pkgname=template
pkgver=1
pkgrel=1
pkgdesc="Template"
arch=('any')
url="https://gitea.seeseepuff.be/archlinux/helloworld"
license=('GPL')
source=(helloworld.c)
md5sums=('be272e4d8286b99885f0540bc3345d5f')
build() {
gcc -o helloworld helloworld.c -Wall -Wextra -Werror -pedantic
}
package() {
install -D helloworld "$pkgdir/usr/bin/helloworld"
}