~singpolyma/cheogram-sip

ref: 9ea817ff120c18e3fef556ea39b579e1e45f72e4 cheogram-sip/.builds/guix.yml -rw-r--r-- 1.2 KiB
9ea817ffStephen Paul Weber Guixify 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
image: guix
packages:
- plzip
sources:
- https://git.singpolyma.net/cheogram-sip
secrets:
- 9ded4157-4cf9-42ae-b7d0-55eb6e52ea37
- fd52c9ce-04e8-4684-af6c-1ab78d2e124a
artifacts:
- cheogram-sip.scm
- cheogram-sip.nar.lz
tasks:
- bake: |
    printf "(define-module (cheogram-sip))\n" >> cheogram-sip.scm
    sed '/^;;;;$/q' cheogram-sip/guix.scm >> cheogram-sip.scm
    printf "(define-public cheogram-sip\n\t" >> cheogram-sip.scm
    cd cheogram-sip
    printf '(load "%s/guix.scm")\n(write cheogram-sip-baked)\n' "$(pwd)" | guix repl /dev/stdin >> ../cheogram-sip.scm
    cd -
    printf ")\n" >> cheogram-sip.scm
    rm -f cheogram-sip/guix.scm
    [ "$BUILD_REASON" = patchset ] || rm -rf cheogram-sip
- build: |
    if [ "$BUILD_REASON" = patchset ]; then with_source="--with-source=$PWD/cheogram-sip"; fi
    guix build $with_source --no-grafts -r out -L. cheogram-sip
- archive: |
    if [ -e signing-key.sec ]; then
      sudo mv signing-key.pub /etc/guix/
      sudo mv signing-key.sec /etc/guix/
      sudo chown root:root /etc/guix/signing-key.sec
      sudo chmod 0400 /etc/guix/signing-key.sec
    fi
    guix archive --export -r --no-grafts $(readlink -f out-*) > cheogram-sip.nar
    plzip cheogram-sip.nar