Compare commits
3 Commits
master
..
da55a313f7
| Author | SHA1 | Date | |
|---|---|---|---|
| da55a313f7 | |||
| 2ef91180b7 | |||
| c7795b5098 |
@@ -0,0 +1,13 @@
|
|||||||
|
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
|
||||||
@@ -0,0 +1,19 @@
|
|||||||
|
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"
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user